Demo http://codepen.io/mikepro4/full/pvKYZG/
npm installnpm start– will create/builddirectory- Go to
/builddirectory 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