- the game of collecting litter (we call it garbage.)
- operate garbage collector to keep load clean.
- install GarbageCollector from GitHub repository.
git clone https://github.com/azuki-penguin/GarbageCollector.git
cd GarbageCollector
- install enchant.js from GitHub repository.
git clone https://github.com/wise9/enchant.js.git
cd enchant.js
- install grunt and coffee script if not installed.
which grunt > /dev/null 2>&1 || npm install grunt-cli -g
which coffee > /dev/null 2>&1 || npm install coffee-script -g
- install dependent package using
npm
npm install
- build
enchant.min.js
grunt concat
grunt uglify