I am using Edition Node Grunt `v2.3.0` on `Mac`, with Node `v4.4.7`. ##### Expected Behavior `grunt patternlab:starterkit-load --kit=[starterkit-name]` should copy the files from `node_modules/[starterkit-name]/dist` to `./source/`. ##### Actual Behavior Task runs with proper output/path names etc., but does not actually copy any files (tested with `starterkit-mustache-demo` in `master` and `dev`). ##### Steps to Reproduce 1. `npm install starterkit-mustache-demo` 2. `grunt patternlab:starterkit-load --kit=starterkit-mustache-demo` [Here's a gist](https://gist.github.com/yellowled/0f5a6c5e2884b7a5f6e96107c141f9f6) of the output that I get for this. `./source/_patterns/` remains empty.
I am using Edition Node Grunt
v2.3.0onMac, with Nodev4.4.7.Expected Behavior
grunt patternlab:starterkit-load --kit=[starterkit-name]should copy the files fromnode_modules/[starterkit-name]/distto./source/.Actual Behavior
Task runs with proper output/path names etc., but does not actually copy any files (tested with
starterkit-mustache-demoinmasteranddev).Steps to Reproduce
npm install starterkit-mustache-demogrunt patternlab:starterkit-load --kit=starterkit-mustache-demoHere's a gist of the output that I get for this.
./source/_patterns/remains empty.