Skip to content

Releases: wwwebman/gulp-webpack-starter

Release v2.1.0

22 Mar 19:33
95db2b9
Compare
Choose a tag to compare

Minor chages

  • Add renovate config

Bugfixes

  • Change bundle.js to main.js in footer.html

Release v2.0.0

30 Jan 23:51
91d1356
Compare
Choose a tag to compare

v2.0.0 finally here 🎉!

General

  • Improve tasks
  • Clean dev/html to keep the only important stuff
  • Upgrade packages and solved a lot of security issues related to it
  • Add .env.* for static and wordpress developement
  • Replace unsecure gulp-uncss by gulp-purgecss
  • Changed travis checks
  • Allow clean task delete up folder
  • Update docs
  • Improve config
  • Create example folder

Breaking changes

  • Change name of CSS bundle to main.js
  • Change name of JS bundle to main.js
  • Generate sprites and related CSS to own folder
  • Remove unused vinyl-ftp
  • Move config and webpack to up folder
  • Clean dev/sass folder to make develop decide the structure and move all to examples
  • Remove bootstrap-3 and normalize from dependencies
  • Drop bower support
  • Remove Changelog
  • Define v10.16.0 of node.js as minimal

Release v1.2.0

30 Jan 22:26
Compare
Choose a tag to compare

Tag v1 before release of v2.