matthewharwood / gteam-image-optimizer

Run this script before sending anything to production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use ##########

Make sure you're on NVM. This gulp file is using es6 so please install the latest version of node

  • nvm ls //see the current version of node
  • nvm ls-remote //see all the current versions of node
  • nvm install <version-number>
  • nvm use <version-number> //
  • git clone reponame
  • npm install //installs gulp and imagemin
  • drop the folder of image and videos into the assets folder
  • npm start

About

Run this script before sending anything to production.


Languages

Language:JavaScript 100.0%