Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aaronblondeau opened this issue Nov 1, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aaronblondeau
Copy link

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:

@thetutlage
Copy link
Member

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

@thetutlage thetutlage added the enhancement New feature or request label Nov 2, 2024
@RomainLanz RomainLanz added the good first issue Good for newcomers label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants