Added the ``--skip-source-maps`` option to the bundle command. (by `funn`_)
.. _funn: https://github.com/funn
1.4.2
----- * Added a fix for the ``--sfx`` option on jspm 0.17 (thanks funn)
1.4
---
* ``--template``, ``-t`` option added to management commands. These limit the templates that are parsed for ``{% systemjs_import ... %}`` tags.
* Added ``--minimal`` option to ``systemjs_bundle`` management command. This will rebundle an app/package only when something has changed in the dependency tree. Usefull when you have many bundles and only a small number changed.
* Added two new management commands:
- ``systemjs_show_packages``: lists all the packages imported in templates - ``systemjs_write_depcaches``: writes out the dependency tree for each package
1.3.3
-----
* Optimization: build a bundle only once. Before, if a bundle was used in multiple templates, it would be bundled again for every appearance. Thanks to **pcompassion** for the report (`15`_).