Skip to content

Latest commit

 

History

History
68 lines (55 loc) · 2.91 KB

File metadata and controls

68 lines (55 loc) · 2.91 KB

Changelog

Stable Version

  • Redo Gulp Tasks
  • Correctly set up gulp watch
  • Add comments to the gulp file

Stable Version

  • Set up stylelint for SCSS/CSS
  • Set up HUSKY Git Hook (Enforcing linting)

Stable Version

  • Set up browser-sync in dev task
  • Add initial build task
  • Add dev clean task
  • Fix paths variable
  • Set up autoprefixer in build task

Stable Version

  • Set up JS linting
  • Set up image optimization in build
  • Set up minification CSS/JS in build
  • Copy fonts task in build
  • Set up linting with --fix option, to fix all linting issues

Stable Version

  • Add files size to output - which will log out the full size gulp-size
  • Add gulp notify - add notification output to .pipe() stream in gulp tasks gulp-notify Removed

Stable Version

  • Set up surge.sh deployment script needs more work
  • Set up HUSKY for surge.sh deployment script (Deploy build on pre-push hook) needs more work

Stable Version

  • Set up babel for compiling basic ES6 features
  • Set up source maps in build

Stable Version

  • Update source-maps output, remove gulp-notify

Stable Version

Stable Version

  • Add prettier
  • Add gulp-plumber to prevent pipe breaking from gulp errors

New Version

Major Update

  • Restructure project folder
    • Create sub folder tools - gulp, nightwatch, backstop etc.
    • Create sub folder for gulp tasks, divide main file to separte task files
    • Create individual gulp tasks

Stable Version

  • Add lint-staged
  • Update pre-commit hook
  • Add commitizen

Major Version

  • Update to ESM
  • Major bump to Gulp v5
  • Bump deps to lts
  • Use pnpm as package manager