Closed
Description
Minko, I just wanted to relay a few minor tweaks I've made to my project to see if you'd have any interest in seeing pull requests for these:
- A separate
watch-start.build.dev
Gulp task that runs only once duringserve.dev
. This way, extra tasks like clean and tslint will run once, but afterwards the fasterbuild.dev
is run on subsequent watch triggers. - A separate
build.test.quick
Gulp task that is run during Karma watch triggers. This one omits the tslint to speed up the test build. - (In reference to both of the above) Those might be better handled with a
tslint.once
task, so that linting can run, but only once? - Applying the same
TYPED_COMPILE_INTERVAL
from thebuild.js.dev
tobuild.js.test
to further speed up the test compile. - I have a simple code generator task working, using
node-plop
. It's not amazing but I do find it handy to spit out components+specs, services+specs, update some index.ts files, etc. Not sure if you'd actually want to include this with the seed, because the type of code one wants to generate probably differs alot between developers, but it could be a wiki page topic.
Metadata
Metadata
Assignees
Labels
No labels