You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
@redaemn we could probably force templates compilation for each task but realized that it will run every time, even if I'm doing TDD in the test-watch mode.
I'm kind of divided here, it happened to me to forget to re-generate templates while doing TDD. At the same time I'm not so keen on adding additional processing to the test step as it really needs to run fast.
@ajoslin Andy, I had a look at the html2js at one point but then noticed that it generates only one AngularJS module for all the partials which is not what we do today (one template = AngularJS module). Not sure what are the consequences for the whole build, especially for the custom build.
But sure, if we could make it work for us it would be great!
that's all...
edit:
ok, found the problem... html2js task must be run by hand...
isn't it better if it was run automatically before every build?
The text was updated successfully, but these errors were encountered: