diff --git a/Gruntfile.js b/Gruntfile.js index e86ec960b2..8ce1e4d575 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: { diff --git a/package.json b/package.json index 8ac19ba27e..9ce51ad6e6 100644 --- a/package.json +++ b/package.json @@ -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",