mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Corrected path to habitrpg. Added grunt-browserify
This commit is contained in:
parent
0ebb9c874b
commit
0f45b1d8dd
2 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
browserify: {
|
browserify: {
|
||||||
dist: {
|
dist: {
|
||||||
src: ["common/script/index.js"],
|
src: ["common/index.js"],
|
||||||
dest: "common/dist/scripts/habitrpg-shared.js"
|
dest: "common/dist/scripts/habitrpg-shared.js"
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
"expect.js": "~0.2.0",
|
"expect.js": "~0.2.0",
|
||||||
"git-changelog": "colegleason/git-changelog",
|
"git-changelog": "colegleason/git-changelog",
|
||||||
"glob": "^4.3.5",
|
"glob": "^4.3.5",
|
||||||
|
"grunt-browserify": "^3.3.0",
|
||||||
"gulp-concat": "^2.4.3",
|
"gulp-concat": "^2.4.3",
|
||||||
"gulp-cssmin": "^0.1.6",
|
"gulp-cssmin": "^0.1.6",
|
||||||
"gulp-csso": "^1.0.0",
|
"gulp-csso": "^1.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue