Personal Boilerplate, configurable for WP, Craft and Laravel made by Martin Herweg
npm install generator-lillyThanks to Sascha Fuchs for the help and his framework Kittn for the inspiration.
Also thanks to David Hellmann and his baukasten boilerplate.
We can give you two Config Presets
* NY Studio 107 Craft Multi Environment (Recommended)
* Hearty Conf
``npm install -g generator-lilly`
yo mh-boilerplate`Yeoman will set all necessary paths and other configs in the config.json
Yeoman will initialize a git repo and will fire
npm run init to initialize the projectImportant Commands
$3
`
npm run init
`$3
`
npm run dev
`
Runs webpack-dashboard so you have an overview of your build packages, including the Default Gulp Task with BrowserSync, also webpack is compiling JavaScript and CSS$3
You can run every Gulp Task with
`
npm run gulp $TASK_NAME$
``--
Using functions of Hugo Giraudel
http://hugogiraudel.com/2013/08/05/offsets-sass-mixin/
http://www.sitepoint.com/sass-mixin-css-triangles/
Using the REM Calc function of Foundation by zurb
http://foundation.zurb.com
--