Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Releases: aderaaij/totallystatical

Upgrade imagemin

26 Dec 15:26
Compare
Choose a tag to compare

Upgraded gulp-imagemin and imagemin-svgo. Shouldn't break anything.

Fixes and updates

22 Sep 16:24
Compare
Choose a tag to compare
  • ⚒ Switched the babel-preset-2015, etc. for babel-preset-env which makes it way easier to compile for specific browsers. See https://github.com/babel/babel-preset-env
  • ⚒ Added presets to the webpack UglifyJsPlugin. Now removes console.log calls and comments (might have removed comments before, I'm not sure)
  • ⚒ Removed the 'standalone scripts' task, as it was weird running scripts through two different compilers. Webpack doesn't support multiple outputs out of the box, but luckily there's a way around this: https://stackoverflow.com/a/45278943/4474075. Easy to configure in the gulpfile.js/config/scripts.js file.
  • ⚒ Removed unused packages
  • ⚒ Cleaned up the gulpfile tasks and configuration files