Corrected path to habitrpg. Added grunt-browserify

This commit is contained in:
Blade Barringer 2015-02-09 13:17:19 -06:00
parent 0ebb9c874b
commit 0f45b1d8dd
2 changed files with 2 additions and 1 deletions

View file

@ -56,7 +56,7 @@ module.exports = function(grunt) {
browserify: {
dist: {
src: ["common/script/index.js"],
src: ["common/index.js"],
dest: "common/dist/scripts/habitrpg-shared.js"
},
options: {

View file

@ -83,6 +83,7 @@
"expect.js": "~0.2.0",
"git-changelog": "colegleason/git-changelog",
"glob": "^4.3.5",
"grunt-browserify": "^3.3.0",
"gulp-concat": "^2.4.3",
"gulp-cssmin": "^0.1.6",
"gulp-csso": "^1.0.0",