-
Notifications
You must be signed in to change notification settings - Fork 87
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
Doesn't inject dependencies into Jade. Everything up to date #143
Comments
Try |
Sorry I think I misread the issue. Let me read this over again real quick! |
Maybe my tip about
It looks like you're trying to inject the dependencies into the jade file. I'm not sure I understand which part of the process is failing. |
devDependencies worked. I had no idea I had to specify that. Perhaps you could add the most frequently used options on the readme.md? I know there's a link to the original wiredep but their docs aren't really intuitive either. One last question...why does Bootstrap and Foundation not add the css? Thank you |
To say it's a long story would be an understatement: bower/spec#47 |
Hi, I've installed node, bower, and grunt all within the last two days so everything is up to date and working.
However, when I run wiredep it runs with no errors but does not make any changes to my jade file.
NOTE: Wiredep also works fine with HTML I write myself, but not HTML which is output from Jade because the comments don't have the space before --> e.g.
<!-- bower:css-->
index.jade:
Gruntfile.js wiredep task only
bower.json
Thank you.
The text was updated successfully, but these errors were encountered: