We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I recently ran the ember-module-migrator to migrate our app to the improved structure. ember build fails because of a LESS Compiler error:
ember-module-migrator
ember build
Build Canceled: Broccoli Builder ran into an error with `LessCompiler` plugin. 💥 'routes/some-route.less' wasn't found.
Our app uses relative LESS imports like so:
// line from src/ui/styles/app.less // these files exist in src/ui/styles/routes @import "routes/some-route.less";
This relates to emberjs/ember.js#16373
The text was updated successfully, but these errors were encountered:
Closing since MU was discontinued for smaller incremental changes
Sorry, something went wrong.
No branches or pull requests
I recently ran the
ember-module-migrator
to migrate our app to the improved structure.ember build
fails because of a LESS Compiler error:Our app uses relative LESS imports like so:
This relates to emberjs/ember.js#16373
The text was updated successfully, but these errors were encountered: