This repository was archived by the owner on Feb 7, 2023. It is now read-only.
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
Loading starterkit does not copy files #12
Open
Description
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
npm install starterkit-mustache-demo
grunt patternlab:starterkit-load --kit=starterkit-mustache-demo
Here's a gist of the output that I get for this. ./source/_patterns/
remains empty.