oasp-forge / oasp4js-rev

The Open Application Standard Platform for JavaScript
http://oasp.github.io/
0 stars 2 forks source link

Establish build stack based on systemJS from oasp4js-ng-project-seed #11

Closed maybeec closed 8 years ago

maybeec commented 8 years ago

We should align with the newly proposed build stack for TypeScript and SystemJS based on the solutions provided in https://github.com/oasp-forge/oasp4js-ng-project-seed

maybeec commented 8 years ago

blocker for #1 and #2

maybeec commented 8 years ago

there are several issues I observed during migrating the gulp scripts of the oasp4js-ng-project-seed. They build scripts are highly related to the module systems of angular <1.5, which is kind of odd as angular 1.5 already introduced components and I am not quite sure, whether we should futher rely on naming conventions like *.module.ts.

Thus, I would like to change this task to more focus on replacing broccolli introduced by angular-cli and come up with proper gulp scripts. I have not yet evaluated broccolli in detail, but it seems to be no common sense in working and despite that, it seems to be horrible slow.

Any comments @mmatczak, @skaldo?

maybeec commented 8 years ago

I recently got to know, that broccolli will be replaced by webpack in angular-cli soon. We should track this and may update to a newer angular-cli version if released. However, it seems that there are some issues left for the migration to webpack.