adonisjs / v6-docs

Documentation website for AdonisJS v6
47 stars 76 forks source link

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

Open aaronblondeau opened 5 days ago

aaronblondeau commented 5 days ago

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: https://github.com/adonisjs/v6-docs/blob/2b276a43af08bd6fd7cb259acde3e57e57bb8449/content/docs/views-and-templates/edgejs.md?plain=1#L37

thetutlage commented 4 days ago

Agree! Can you please open a PR for the same?