aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

twitter bootstrap and font awsome not found after bundle #128

Closed eliavmaman closed 8 years ago

eliavmaman commented 8 years ago

After long straggle with the bundling the app.. i get that.
image

I have installed bootstrap and forn-awsom with jspm. the app is stuck bcoz of that. Can you please help? i

eliavmaman commented 8 years ago

the issue solved. I had reference to this files in the app.js. and the problem was i moved the jspm_packages folder to top level to have clean bundle.

Just referenced the ../jspm_packages one level up.