From 0f45b1d8dd4e01a0b9cd8b90d625ec505acf2823 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 9 Feb 2015 13:17:19 -0600 Subject: [PATCH] Corrected path to habitrpg. Added grunt-browserify --- Gruntfile.js | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",