iCrawlerRPG / iCrawlerRPG.github.io

An incremental dungeon crawler. Currently in Alpha v0.9.1
http://icrawlerrpg.github.io
28 stars 8 forks source link

Added Grunt #7

Closed peterbrinck closed 8 years ago

peterbrinck commented 8 years ago

Added Grunt task, which minifies and merge all the JS files into a single JS file The file is located at assets/js/dist/game.min.js

To run Grunt, it's required to have Node/NPM installed on your computer And then first install all the required devdependencies with npm install and after that Grunt should be able to just create the main file by running grunt