I'm obviously missing something, but having cloned the repo, when I grunt build I get
Running "clean:0" (clean) task
Cleaning "dist"...OK
Running "clean:1" (clean) task
Running "parser" task
Fatal error: spawn ENOENT
Looking at the Gruntfile, the parser task is referenced by the build task but doesn't appear to be defined.
I'm obviously missing something, but having cloned the repo, when I
grunt buildI getLooking at the Gruntfile, the
parsertask is referenced by thebuildtask but doesn't appear to be defined.