Open plainspace opened 8 years ago
+1
It seems that the bootstrap folder is just there but there is no package management happening on bootstrap. Is that correct? If not, how is it managed?
Thanks! Great megaboilerplate is a great boilerplate project.
Any news on this? How can we include bootstrap in the building/npm process?
Thanks!
@plainspace I actually found a way to include bootstrap in a more automatic way. However, I'm using Sass and am not sure if there's a bootstrap sass package for v4.
What I did:
npm i bootstra-sass --save-dev
in the main.scss
replaced the import from the vendor for bootstrap to import from node_modules
Not sure if it's the best way to handle it, probably not since we've got webpack to do a bunch of stuff for us. But it works and now I don't have the bootstrap files in the public folder.
How is Bootstrap included? Is the Bootstrap sass directory just dropped into
public/css/vendor
? Or is it included some other way? I want to test Bootstrap 4 alpha.