angular - Using a pre-minified Javascript library with jspm? -


i trying package management jspm, , in cases bundled minifed version of library loaded systemjs instead of each individual source files (and don't want bundling myself jspm cli).

for example, doing following:

jspm install angular2

and have small application based on angular2. when @ happens on network, browser loads whole bunch of files part of angular2, although in particular case use angular2.dev.js, part of angular2 module installed jspm (and maybe in production load else).

is there way jspm (basically replace bower + script tag)?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -