- Install dependencies with
yarn install
- Run localhost environment with
yarn dev
- Build production files with
yarn build
- Deploy to
gh-pages
withyarn deploy
- add sample for multi-page bundles, add dependency only as needed
- encourage yarn as package manager
- optimize bundling of js files, fix their dependency connections
- remove image compression from bundling
- add prebuild for
dist
cleaning prior build - add
yarn deploy
command forgh-pages
- add swiper demo, add modal demo
- clean console logs
- remove package locks from
.gitignore
process.env.PWD
replaced with..
inindex.js
path
- use
imagemin-pngquant
for pngs - rollback to working versions of
imagemin-pngquant(5.0.1)
andpngquant-bin(3.1.1)
- add
readme.md
- added new plugins for reliable image compression:
imagemin-mozjpeg
imagemin-pngout
imagemin-giflossy
- initial commit