-
-
Notifications
You must be signed in to change notification settings - Fork 310
Problem with bower components #603
Comments
@import "bower_components/susy/sass/susy"; But |
make sure sussy is in bower.json deps for it to be injected thru wiredep. Wiredep injects the file specified in the main property in the component's bower.json file. In this case "main": "sass/_susy.scss" , see https://github.com/ericam/susy/blob/master/bower.json |
Thank you for your replies. Somehow it looks like this issue was related to node version 4.1.0. After I downgraded back to v0.12.7 it works fine again.
The url it tries to load is: Worked fine before. Any suggestion on that ? Update: After first run I had that problem. Dug deeper into the problem. Changes in the app directory will refresh the browser but not changes will be stored in the .tmp folder. Updates to the sass file will not reload the browser. Changes for example in the index.html will reload the browser. |
yeah, it seems that renaming .tmp to tmp (without the dot) fixes that problem, see yeoman/generator-webapp#585 |
tried it and yes it works now without an exception!! To keep the tmp files apart from the other files I renamed it to _tmp. An this works pretty well too. |
The fix is released in v1.1.0. |
Currently I get the error that components stored in the bower_components cannot be found.
I tried various different ways to import those components but noting worked.
In css I tried the following thing and this worked fine in older versions too.
Any suggestions? Thanx.
The text was updated successfully, but these errors were encountered: