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

Commit

Permalink
clean up gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed May 25, 2015
1 parent aa32705 commit f700ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var paths = {
],

imageMin: [
'node_modules/habitrpg/common/img/emoji/**/*',
'node_modules/habitrpg/common/img/emoji/**/*'
],
common: [
'node_modules/habitrpg/common/locales/en/*',
Expand All @@ -69,7 +69,7 @@ var paths = {
'node_modules/habitrpg/common/img/sprites/npc_ian.gif'
],
fonts: [
'bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/*',
'bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/*'
]
};
var dist = './www';
Expand All @@ -78,7 +78,7 @@ var emojiDist = './www/common/img/emoji';
gulp.task('clean', function(){
return gulp.src('./www/bower_components/', {read: false})
.pipe(rimraf())
})
});

gulp.task('minifyImages', ['clean'], function(){
return gulp.src(paths.imageMin)
Expand Down

0 comments on commit f700ef9

Please sign in to comment.