-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers