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

Commit

Permalink
Add filters to gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Jul 18, 2015
1 parent 25ca89d commit cb606ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ var paths = {
'node_modules/habitrpg/website/public/js/services/memberServices.js',
'node_modules/habitrpg/website/public/js/services/sharedServices.js',
'node_modules/habitrpg/website/public/js/services/groupServices.js',

'node_modules/habitrpg/website/public/js/filters/money.js',
'node_modules/habitrpg/website/public/js/filters/roundLargeNumbers.js',
'node_modules/habitrpg/website/public/js/filters/taskOrdering.js',

'node_modules/habitrpg/common/script/public/directives.js',
'scripts/**/*.js'
],
Expand Down

0 comments on commit cb606ad

Please sign in to comment.