-
Notifications
You must be signed in to change notification settings - Fork 12k
how can i use compasss with cli #784
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
Comments
Would you mind following the issue template? |
I want to use compass, it should be how to configure? |
Hello, I had exactly the same problem, if I edit the file node_modules/angular-cli/lib/broccoli/angular-broccoli-compass.js and remove the
It works...it seems that the import doesn't work properly, any idea? Thanks, |
This issue has been made obsolete by #1455. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
E:\webappdev\ems>ng serve
Livereload server on http://localhost:49152
Serving on http://localhost:4200/
File: E:/webappdev/ems/tmp/compass_plugin-input_base_path-uRIbn5CS.tmp/0/src/app
/+routedemo/routedemo.component.scss (1)
The Broccoli Plugin: [CompassPlugin] failed with:
Error: no mixin named transition
Backtrace:
tmp/compass_plugin-input_base_path-uRIbn5CS.tmp/0/src/app/+routedemo/rou
tedemo.component.scss:1
at Object.module.exports.renderSync (E:\webappdev\ems\node_modules\node-sass
\lib\index.js:418:22)
at CompassPlugin.compile (E:\webappdev\ems\node_modules\angular-cli\lib\broc
coli\angular-broccoli-compass.js:43:23)
at E:\webappdev\ems\node_modules\angular-cli\lib\broccoli\angular-broccoli-c
ompass.js:31:12
at Array.forEach (native)
at CompassPlugin.build (E:\webappdev\ems\node_modules\angular-cli\lib\brocco
li\angular-broccoli-compass.js:29:24)
at E:\webappdev\ems\node_modules\angular-cli\node_modules\broccoli-caching-w
riter\index.js:152:21
at lib$rsvp$$internal$$tryCatch (E:\webappdev\ems\node_modules\angular-cli\n
ode_modules\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (E:\webappdev\ems\node_modules\angular
-cli\node_modules\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1048:17
)
at lib$rsvp$$internal$$publish (E:\webappdev\ems\node_modules\angular-cli\no
de_modules\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1019:11)
at lib$rsvp$asap$$flush (E:\webappdev\ems\node_modules\angular-cli\node_modu
les\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1198:9)
at doNTCallback0 (node.js:428:9)
at process._tickCallback (node.js:357:13)
The broccoli plugin was instantiated at:
at CompassPlugin.Plugin (E:\webappdev\ems\node_modules\angular-cli\node_modu
les\broccoli-caching-writer\node_modules\broccoli-plugin\index.js:10:31)
at CompassPlugin.CachingWriter [as constructor](E:webappdevemsnode_modul
esangular-clinode_modulesbroccoli-caching-writerindex.js:21:10)
at new CompassPlugin (E:\webappdev\ems\node_modules\angular-cli\lib\broccoli
\angular-broccoli-compass.js:22:12)
at Object.Plugin.build.exports.makeBroccoliTree (E:\webappdev\ems\node_modul
es\angular-cli\lib\broccoli\angular-broccoli-compass.js:57:12)
at Angular2App._buildTree (E:\webappdev\ems\node_modules\angular-cli\lib\bro
ccoli\angular2-app.js:110:27)
at new Angular2App (E:\webappdev\ems\node_modules\angular-cli\lib\broccoli\a
ngular2-app.js:42:23)
at module.exports (E:\webappdev\ems\angular-cli-build.js:6:10)
at Class.module.exports.Task.extend.setupBroccoliBuilder (E:\webappdev\ems\n
ode_modules\angular-cli\node_modules\angular-cli\lib\models\builder.js:55:19)
at Class.module.exports.Task.extend.init (E:\webappdev\ems\node_modules\angu
lar-cli\node_modules\angular-cli\lib\models\builder.js:89:10)
at new Class (E:\webappdev\ems\node_modules\angular-cli\node_modules\angular
-cli\node_modules\core-object\core-object.js:18:12)
at Class.module.exports.Task.extend.run (E:\webappdev\ems\node_modules\angul
ar-cli\node_modules\angular-cli\lib\tasks\serve.js:15:19)
at E:\webappdev\ems\node_modules\angular-cli\node_modules\angular-cli\lib\co
mmands\serve.js:64:24
at lib$rsvp$$internal$$tryCatch (E:\webappdev\ems\node_modules\angular-cli\n
ode_modules\angular-cli\node_modules\rsvp\dist\rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (E:\webappdev\ems\node_modules\angular
-cli\node_modules\angular-cli\node_modules\rsvp\dist\rsvp.js:1048:17)
at lib$rsvp$$internal$$publish (E:\webappdev\ems\node_modules\angular-cli\no
de_modules\angular-cli\node_modules\rsvp\dist\rsvp.js:1019:11)
at lib$rsvp$asap$$flush (E:\webappdev\ems\node_modules\angular-cli\node_modu
les\angular-cli\node_modules\rsvp\dist\rsvp.js:1198:9)
The text was updated successfully, but these errors were encountered: