edition-node-grunt
edition-node-grunt copied to clipboard
The grunt wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.
I am using Edition Node Grunt `v1.0.1` on `Mac`, with Node `v6.9.4`. ##### Expected Behavior If I change a *.js file after running patternlab:serve the page should be updated like...
This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request...
During WDD 2016 one user reported errors in what appeared to be core Node code. The only difference between his rig and mine that I could tell was the Node...
I am using Edition Node Grunt `v2.3.0` on `Windows`, with Node `v6.3.1`. ##### Expected Behavior The Creation of new patterns should trigger the watcher to rebuild patternlab. ##### Actual Behavior...
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...
I am using Edition Node Grunt `v1.1.0` on `Windows`, with Node `v6.5.0`. ##### Expected Behavior Installation as dependecy works ##### Actual Behavior postinstall script throws Exception after installation ##### Steps...
Add support for https://github.com/pattern-lab/patternlab-node/issues/448
##### Expected Behavior Running `grunt patternlab:build` generates the front-end of Pattern Lab ##### Actual Behavior Running `grunt patternlab:build` does nothing (except output the help text) ##### Steps to Reproduce -...
Is there a reason this isn't set up as a grunt plugin for easy installation and configuration using `grunt.loadNpmTasks('edition-node-grunt')` and `grunt.initConfig` instead of the config.json file? This would avoid the...
https://github.com/pattern-lab/patternlab-node/pull/289