- Removed jekyll
- 100/100 lighthouse and google pagespeed insights
- Bootstrap 4 out of beta
- Fewer dependencies
- Decouple gulp tasks from this package
- HMR
- CSS HMR
- PurifyCSS
- CriticalCSS
- Add Bootstrap 4 Beta as an Frontend Framework option
- Decouple jQuery from bundle on production mode.
- Keep alive the opened browser tab when you hit
npm run code
. Thanks Facebook!
- Reduced number of total dependencies
- Webpack integration to handle JS files
- God mode svg inline icons with pug mixins
- Unified fonts task
- Deploy via FTP
- Jekyll and HTML both are now Environment aware 💅
- No more support to LESS & Stylus css preprocessors. (Help: https://github.com/Pixel2HTML/pixel2html-generator/wiki/Using-other-styles-preprocessor-language)
- No more support to BassCss framework
- Minor fixes.
- Fixed some minor bugs on JS compilation.
- Minor other fixes.
- Fixed some minor bugs on Jekyll builds.
- Smarter use of config variables to gulp routines.
- Updated dependencies versions.
- Some tests improvement.
projectName
variable instead ofprojectId
to generate more white label projects.
- Fix some miss references to vendor fonts
- Updated JS syntax to ES6
- Minor fixes
- Added missing references to vendor scripts on pug base files
- Migrate to Gulp 4.
- Import reset.css only when there no selected FrontEnd Framework.
- Added
production
flag to gulp tasks to speed up the compilation process ondevelopment
mode (no mins, no compressions). - Added CSScomb.
- Added PurifyCSS.
- Improvements in the PUG file structure, now it have some layouts, mixins and imports.
- Moved
sourcemaps
to a external file. - Removed useless Gulp Plumber.
- Added some SVG magic by default.
- Added fonts support to default gulp routine.
- Added
dist
directories configuration onconfig.js
file. - Added Zurb Foundation initializer on
main.js
file. - Updated library versions.
- Fixed version name.
- Added Jekyll support.
- Removed vendor gulp tasks in favor of
config.js
. - Added gulp group css media queries support.
- Improved bower inclusion of libs on index.js.
- Added PUG/Jade support.
- Minor bugfixing.
- Removed
gitlab-ci.yml
integration. - Add generator version to config file.
- Initial release.