Closed angel1st closed 8 years ago
@angel1st sorry for delayed response.
We do not require to add the bootstrap css as this will be injected as LESS or any other compiler that you choose to use. The Gulp file that you attached makes me believe that you are using less and the the less styles will be injected to the index.html.
Hi there, I created angular-gulp project as per your description:
I start the project by
gulp serve
.Now, few days after I already put some significant code inside the project, I have just realized, that in my
index.html
file, I missedbootstrap css
injection, which is supposed to be done by slush generator. Please find enclosed gulpfile.js and give me some directions, since I am not gulp expert and I would prefer keeping my focus over the project, not gulp tuning.gulpfile.js.txt
bootstrap js injection on the other hand is present, so it seems to me as some kind of inconsistency...
Best Regards,
Angel