You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileError: 'normalize.less' wasn't found. Tried - /Users/kitsunde/Development/normalize-test/tmp/less_compiler-input_base_path-ujIthbJC.tmp/0/app/styles/normalize.less,/Users/kitsunde/Development/normalize-test/tmp/less_compiler-input_base_path-ujIthbJC.tmp/0/app/styles/normalize.less,/Users/kitsunde/Development/normalize-test/tmp/less_compiler-input_base_path-ujIthbJC.tmp/0/normalize.less,normalize.less in /Users/kitsunde/Development/normalize-test/tmp/less_compiler-input_base_path-ujIthbJC.tmp/0//app/styles/app.less on line 1, column 1:1 @import 'normalize';2Build failed.File: /Users/kitsunde/Development/normalize-test/tmp/less_compiler-input_base_path-ujIthbJC.tmp/0//app/styles/app.less (1)The Broccoli Plugin: [LessCompiler] failed with:undefinedThe broccoli plugin was instantiated at: at LessCompiler.Plugin (/Users/kitsunde/Development/normalize-test/node_modules/broccoli-caching-writer/node_modules/broccoli-plugin/index.js:10:31) at LessCompiler.CachingWriter [as constructor] (/Users/kitsunde/Development/normalize-test/node_modules/broccoli-caching-writer/index.js:18:10) at new LessCompiler (/Users/kitsunde/Development/normalize-test/node_modules/ember-cli-less/node_modules/broccoli-less-single/index.js:15:17) at /Users/kitsunde/Development/normalize-test/node_modules/ember-cli-less/index.js:28:12 at Array.map (native) at LESSPlugin.toTree (/Users/kitsunde/Development/normalize-test/node_modules/ember-cli-less/index.js:24:34) at /Users/kitsunde/Development/normalize-test/node_modules/ember-cli-preprocess-registry/preprocessors.js:184:26 at Array.forEach (native) at processPlugins (/Users/kitsunde/Development/normalize-test/node_modules/ember-cli-preprocess-registry/preprocessors.js:182:11) at module.exports.preprocessCss (/Users/kitsunde/Development/normalize-test/node_modules/ember-cli-preprocess-registry/preprocessors.js:152:10)
Plain app.css and @import 'normalize.css'; still works.
The text was updated successfully, but these errors were encountered:
👍 same issue with compass. Since this only provides the normalize.css package, SASS won't import it as a module. I ended up using normalize-scss and doing the following:
I have lessc 2.7.1. I created an example at https://github.com/kitsunde/ember-normalize-test but basically all I've done is install ember-normalize and ember-cli-less then added app.less:
Stack trace from
ember build
:Plain
app.css
and@import 'normalize.css';
still works.The text was updated successfully, but these errors were encountered: