Bart van der Schoor

Results 75 issues of Bart van der Schoor

The API is getting a bit organic: needs a sweep for naming, usability etc. Also add some argument validation

Only works for macros now, could be bigger.

Many times we have a series of folders that all use same macro. It'd be convenient to add a method to glob these and use the folder name as macro...

If multiple instances of same macro run the tasks should be able to run grouped per plugin. For example run all the clean's first, then the linters, then the compilers...

Module-like macros can depend on a project-wide clean/prep, but if multiple moduels are run it'd only has to run the prep once.

Could be cool, and would work nicely if we keep reference around.

What if we call grunt.initConfig at a later tick? Could be very handy for IO based generator stuff.

Would be cool to support some new ES6 features (when they're stable enough): - [x] Map - [x] Set - [x] ~~WeakMap~~ (not iterate-able) - [ ] Iterator - [x]...

I'm struggling to find a way to create sequences from alternate/custom input objects. For example I wanted to look ES6 Set (and Map) (awaiting #66), but it can't quite find...