- pattern-lab/edition-twig-standard
- php-cli
- nodejs
- composer
- check versions for php-cli
- add gulp
- migrate all scss from uswds to pattern lab using protons.
- add gulp to watch SCSS and JS
$ cd pattern-lab
$ composer install
$ npm install
$ php core/console --generate
$ php core/console --help
$ php core/console --server
Only watches the twig template changes:
$ php core/console --watch
just run:
$ gulp
- browserSync script tag added to
pattern-lab/source/_meta/00-head.twig
- link stylesheet from google Fonts added to
pattern-lab/source/_meta/00-head.twig
- replace bourbon neat with something similar to css grid, like susy3.
- implement JS atomic arrangement and compilation.