dsebastien/modernWebDevBuild

Please explain how to add twitter bootstrap.js to project

gilbertlucas46 opened this issue · 2 comments

this part didn't work

import bootstrap's stylesheet(s) in vendor.scss (under styles)
you should find it somewhere under jspm_packages
see how i do the import there: https://github.com/dsebastien/midnightLightV2/blob/master/app/styles/vendor.scss
import bootstrap
you could do this in core/boot.ts for example (i.e., even before angular is loaded): https://github.com/dsebastien/midnightLightV2/blob/master/app/core/boot.ts
it could be as simple as import * from "bootstrap"; (didn't test)

image

image

image

ok i got it to work
but im receiving error on gulp default command

undefined.emit("end");

closing as it's now a different issue