The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.
npm install gymondo-pattern-labThe Gulp wrapper around Pattern Lab Node Core providing tasks to interact with the core library and move supporting frontend assets.
Until those bugs are fixed, we cannot use the whole magic of the _mustache partial parameters_ in our pattern code.
npm is a dependency management and package system which can pull in all of the Gulp Edition's dependencies for you. To accomplish this:
* download or git clone this repository to an install location.
* run the following from within the folder (where the gulpfile.babel.js is located):
```
npm install
Running npm install from a directory containing a package.json` file will download all dependencies defined within.
To list all available commands type:
gulp patternlab:help
To generate the front-end for Pattern Lab type:
gulp patternlab:build
To watch for changes, re-generate the front-end, and server it via a BrowserSync server, type:
gulp patternlab:serve
BrowserSync should open http://localhost:3000 in your browser.