johnpapa / gulp-patterns

Playground for Gulp Recipes
501 stars 146 forks source link

wiredep broken when targeting bootstrap 3.3.5 #104

Closed pkskelly closed 9 years ago

pkskelly commented 9 years ago

Just an FYI, the latest version of bootstrap breaks the wiredep functionality and does not properly inject the bootstap.css file when you get to the "Removing Scripts and Styles From the Main HTML" section.

The fix for me was to simply target bootstrap 3.3.2 directly. Removing the ~ from the bower.json file entry and running bower install again forced 3.3.2.

Awesome course!

johnpapa commented 9 years ago

fixed with 85681bf7525445cf90e8d84c6c792adc8189a1cf

johnpapa commented 9 years ago

Thanks ... no need to hard code Instead I override it and tell bootstrap to add it back in. See the commit above.

pkskelly commented 9 years ago

overrides! I just keep learning more stuff!! :-) Thanks.