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
Post a Comment