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.0 on Mac, with Node v4.4.7.
Expected Behavior
According to grunt patternlab:help, grunt patternlab:liststarterkits should list the available starterkits. grunt patternlab:loadstarterkit --kit=[starterkit-name] should copy the starterkit files to ./source/.
Actual Behavior
Both commands/tasks just show the Pattern Lab Node Help.
Steps to Reproduce
Enter either grunt patternlab:liststarterkits or grunt patternlab:loadstarterkit --kit=[starterkit-name]. (Tested in master and dev.)
Apparently, the proper commands are grunt patternlab:starterkit-list and grunt patternlab:starterkit-load --kit=[starterkit-name] (figured that out looking at the Gruntfile.js). Probably just “legacy documentation” (in the README and patternlab:help)?
The text was updated successfully, but these errors were encountered:
I am using Edition Node Grunt
v2.3.0
onMac
, with Nodev4.4.7
.Expected Behavior
According to
grunt patternlab:help
,grunt patternlab:liststarterkits
should list the available starterkits.grunt patternlab:loadstarterkit --kit=[starterkit-name]
should copy the starterkit files to./source/
.Actual Behavior
Both commands/tasks just show the Pattern Lab Node Help.
Steps to Reproduce
Enter either
grunt patternlab:liststarterkits
orgrunt patternlab:loadstarterkit --kit=[starterkit-name]
. (Tested inmaster
anddev
.)Apparently, the proper commands are
grunt patternlab:starterkit-list
andgrunt patternlab:starterkit-load --kit=[starterkit-name]
(figured that out looking at theGruntfile.js
). Probably just “legacy documentation” (in the README andpatternlab:help
)?The text was updated successfully, but these errors were encountered: