Skip to content

A few items to consider (and possible pull requests) #1614

Closed
@brian428

Description

@brian428

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 during serve.dev. This way, extra tasks like clean and tslint will run once, but afterwards the faster build.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 the build.js.dev to build.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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions