dnomak / flexiblegs-scss-plus

Flexible Grid System Scss Plus
https://dnomak.com/flexiblegs/install/scss-plus/
MIT License
1.35k stars 131 forks source link

bower.json main attribute #18

Closed tylerthebuildor closed 9 years ago

tylerthebuildor commented 9 years ago

I used bower to add flexiblegs to my project and I use gulp to inject my deps. I got this error: flexible.gs was not injected in your file. Please go take a look in "src/bower_components/flexible.gs" for the file you need, then manually include it in your file.

I fixed the problem by pointing to the css file in the flexiblegs .bower.json file with this line: "main": "static/css/flexiblegs/flexiblegs.css"

I would of just made a pull request but I don't see a .bower.json file in the current Github repo and am a little confused how that all works. I've never published to bower. Also I realize this might be intentional because there are Sass, LESS, and Stylus options. A workaround would be nice though. It's annoying when bower components don't just work after install.

dnomak commented 9 years ago

thank you :) http://bower.io/search/?q=flexiblegs

tylerthebuildor commented 9 years ago

No problem thanks for the sweet lib :D

dnomak commented 9 years ago

thank you so much :D