Gulp Starter Kit Versions Save

A simple Gulp 4 Starter Kit for modern web development.

v0.7.0-alpha

5 years ago
  • Depedency updates
  • Implemented temporary support of pug

Skipping v0.6.x-alpha due to these versions being already existent and deprecated on npm.

v0.5.1-alpha

5 years ago
  • Dependency updates
  • Fixed bug (#18): BrowserSync port could not be changed properly (contribution by @mikejandreau)

v0.5.0-alpha

5 years ago
  • Cleanup and dependency updates
  • Implemented temporary support of SCSS

v0.4.0-alpha

5 years ago
  • Added npm run build script
  • Changed default development script (npm start) to exclude unneeded tasks which do not have to run after each change
  • Added separate watchers for images and dependencies so that changes to them are not ignored

v0.3.2-alpha

5 years ago
  • Updated README.md
  • Updated dependencies

v0.3.1-alpha

5 years ago
  • Fixed npm init command in README.md
  • Fixed bug: TypeError was thrown when no dependencies existed

v0.3.0-alpha

5 years ago
  • Optimized treating of dependencies: Dependencies from package.json are now auto-loaded
  • Added support of ES6 modules: Dependencies can now be imported using ES6 modules

v0.2.1-alpha

5 years ago
  • Updated dependencies
  • Improved installation script

v0.2.0-alpha

5 years ago
  • Added support for images

v0.1.8-alpha

5 years ago
  • Fixed installation with npm init