A Starter kit for quick prototyping and building static webpages.
Uses Gulp to do compile SASS, minify CSS/JS, copy fonts and compress images.
Clone the repo and delete the git log
rm -rf .git
Make sure you have gulp installed on your computer and run gulp. It will open the browser window and keep watching for changes.
To build all the files, run gulp build. All the required files are optimized and are available in the dist folder.