- Added glyphicons fonts to default config for copy to production.
- Removed requirement to have an existing package.json
- New gulp task that copies fonts from node_modules into build dir.
- Fixed watch task, to monitor changes in scss/sass files.
- Installed plopjs for scaffolding the project setup.
- Moved config files into templates folder
- Made it installable via npm and runnable from
node_modules
- Renamed less gulp task to styles
- Added plumber to pug and styles tasks for better error handling
- Implemented Parker for CSS analysis with
--debug
option - Implemented SASS/SCSS support through cssPreprocessor package.json config.
- Added SASS example styles for the preview template.
- Added
node_modules
andsrc/_modules
folders to SASS include paths.