-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bootstrap script not being injected #565
Comments
Thanks for your reply @remicastaing but unfortunately it didn't solve the problem. I added |
@jnwelzel can you confirm that Also, in |
Hi @kingcody thx for your input. |
@jnwelzel, haha. A simple "yes" would have sufficed :) So wiredep isn't injecting |
Ok, so after all my previous attempts, I decided to try one more time the removing the regexp from the exclude array approach and this time it worked. Only thing that's different from yesterday is that I updated Bower from 1.3.9 to 1.3.10. I really don't know what else to tell ya. Thanks for all the support though! |
No problem, I'm glad to see you got it worked out. |
I'am having same problem, Where can I find the array you guys mentioned ? |
It's in Gruntfile.js, in the 'wiredep' section. |
I don't understand why this is still true. This was confusing as heck, as to why my bootstrap.js was not being loaded. |
@SaintPeter this is a bug, the |
@kingcody Pull Request submitted. I have not tested it, but it's very straightforward. |
Hi!
Thanks for your awesome generator, it has made life a lot easier for me!
I recently deployed an app to production using
yo angular-fullstack:heroku
, but I noticed that the bootstrap-related javascript was not being loaded as I tried to open a modal. I declared the bootstrap .js file as a bower dependency inindex.html
and all...I tried looking around the config files etc, but I'm pretty new to this frontend stack and couldn't figure out what could be wrong. I'd appreciate any input on this.
Thanks!
The text was updated successfully, but these errors were encountered: