FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

Bootstrap CSS not injected with gulp serve #85

Closed afarazit closed 7 years ago

afarazit commented 7 years ago

Having the same issue as this one from Swiip/generator-gulp-angular repo

When installing bootstrap to 3.3.4 it gets injected, for 3.3.5+ it doesn't.

Swiip commented 7 years ago

It's due to a change of Bootstrap which list CSS in its bower.json in the 3.3.4 and remove it after that. Never really know why they done that.

fedy2 commented 7 years ago

We have the same issue. There is any issue open in Bootstrap project?

afarazit commented 7 years ago

@fedy2 I installed 3.3.4 and it knows runs as it should

fedy2 commented 7 years ago

We solved in the same way, but we want to know if the Boostrap project is trying to solve the issue.