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

module unification app with relative @import LESS files won't build #62

Closed
ghost opened this issue Apr 17, 2018 · 1 comment
Closed

Comments

@ghost
Copy link

ghost commented Apr 17, 2018

I recently ran the ember-module-migrator to migrate our app to the improved structure.
ember build fails because of a LESS Compiler error:

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

@knownasilya
Copy link
Collaborator

Closing since MU was discontinued for smaller incremental changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant