Replaced custom make with Grunt build system. Closes gh-717.
Showing
Gruntfile.js
0 → 100644
make
deleted
100755 → 0
... | ... | @@ -15,6 +15,9 @@ |
"readmeFilename": "README.markdown", | ||
"gitHead": "52bff469f60988f1391e8b3d7cb5349163df8ba1", | ||
"devDependencies": { | ||
"uglify-js": "~2.2.3" | ||
"grunt-cli": "~0.1.7", | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-uglify": "~0.2.0", | ||
"grunt-contrib-concat": "~0.3.0" | ||
} | ||
} |
Please
register
or
sign in
to comment