-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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.devGulp task that runs only once duringserve.dev. This way, extra tasks like clean and tslint will run once, but afterwards the fasterbuild.devis run on subsequent watch triggers. - A separate
build.test.quickGulp 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.oncetask, so that linting can run, but only once? - Applying the same
TYPED_COMPILE_INTERVALfrom thebuild.js.devtobuild.js.testto 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