Skip to content

Include metaFiles change to "See steps performed..." for "node ace add edge" #166

@aaronblondeau

Description

@aaronblondeau

I am working on Linux where where assembler is not working. The steps performed sections for node ace commands are super helpful but I ran into an issue with edge when I noticed edge files weren't being included in builds. I was missing this from adonisrc.ts:

metaFiles: [{
  pattern: 'resources/views/**/*.edge',
  reloadServer: false,
}]

This metaFiles config change should also be mentioned in the docs around here:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions