Demo http://codepen.io/mikepro4/full/pvKYZG/
npm install
npm start
– will create/build
directory- Go to
/build
directory and typepython -m SimpleHTTPServer
- Go to
localhost:8000
Will be watching LESS and JS files and compiling them into /build
.
For deploying to production:
NODE_ENV=production gulp deploy
– will create /dist
directory with compiled and minified single javascript file