Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Remove weeklies pin and add analytics service to gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Jul 18, 2015
1 parent 4d28c0b commit 25ca89d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ var paths = {
'bower_components/marked/lib/marked.js',
'bower_components/hello/dist/hello.all.min.js',
'node_modules/habitrpg/website/public/js/env.js',

'bower_components/ngCordova/dist/ng-cordova.min.js',

'scripts/app.js',
'node_modules/habitrpg/common/script/public/config.js',
'node_modules/habitrpg/common/script/public/userServices.js',
'node_modules/habitrpg/website/public/js/services/analyticsServices.js',
'node_modules/habitrpg/website/public/js/services/challengeServices.js',
'node_modules/habitrpg/website/public/js/services/memberServices.js',
'node_modules/habitrpg/website/public/js/services/sharedServices.js',
Expand All @@ -54,10 +55,10 @@ var paths = {

'bower_components/ionic/release/css/ionic.min.css',
'bower_components/ionic/release/fonts/*',

'bower_components/js-emoji/emoji.css'
],

imageMin: [
'node_modules/habitrpg/common/img/emoji/**/*'
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gulp-sass": "^0.7.1",
"gulp-stylus": "~1.0.0",
"gulp-uglify": "~0.2.1",
"habitrpg": "HabitRPG/habitrpg#weeklies-pr-patch",
"habitrpg": "HabitRPG/habitrpg",
"imagemin-pngquant": "^4.1.0",
"lodash": "^3.8.0"
},
Expand All @@ -30,4 +30,4 @@
"cordovaPlatforms": [
"ios"
]
}
}

0 comments on commit 25ca89d

Please sign in to comment.