Skip to content

Commit

Permalink
Merge pull request #118 from stryju/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yocontra committed Jan 9, 2014
2 parents 128bd21 + d4df8ba commit a054d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gulp.task('images', function() {

// The default task (called when you run `gulp`)
gulp.task('default', function() {
gulp.run('scripts', 'copy');
gulp.run('scripts', 'images');

// Watch files and run tasks if they change
gulp.watch('client/js/**', function() {
Expand Down

0 comments on commit a054d3b

Please sign in to comment.