Fun little connect-four game build on Grunt
To get started, run npm install
in your favorite terminal, then run grunt build
grunt build
- Build for packaginggrunt buildcss
- Convert SASS to CSS, cleanup CSS, Minifygrunt buildhtml
- HTML Lintinggrunt buildjs
- Combine & Minify, run Jasmine testing suitegrunt watch
- Watch for changes and run proper task collection automatically
Output will always be in your /build
folder, be sure to point your server to that folder.