Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
9 votes
1 answer
3k views

SystemJS (angular2.0): Loading separate files vs minimize one big JS?

I am a little confused with regards to SystemJS, it seems it automatically loads files separately and doesn't compile and minimize these into one big js file. I thought the original idea was making ...
Martin's user avatar
  • 24.3k
6 votes
1 answer
4k views

How can I specify library dependencies using SystemJS?

Using SystemJS, how do I specify that one library depends on another? For example, the Bootstrap JavaScript library depends on jQuery. Based on the SytemJS docs, I assumed I would specify this ...
Nathan Friend's user avatar