You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
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.