mrjmd / pdb

Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
https://www.drupal.org/sandbox/mrjmd/2664138
57 stars 14 forks source link

pdb_ng2: Gulp dev-watch #66

Closed mrjmd closed 8 years ago

mrjmd commented 8 years ago

For Angular 2, we should set up a basic dev-watch gulp task (which we can expand with our other build tooling as time goes on).

For first iteration just get it compiling typescript, then we can add template compiling.

mrjmd commented 8 years ago

This is merged into latest 8.x-1.x, includes a very early attempt at offline template compiling as well (the offline compiling itself works via 'gulp precompile', but our code isn't ready to use those component factories yet.)