Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed sample gulpfile error source for
`gulp] Task 'copy' was not defined in your gulpfile but you tried to run it.`
  • Loading branch information
stryju committed Jan 9, 2014
1 parent 128bd21 commit d4df8ba
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 d4df8ba

Please sign in to comment.