Skip to content

Commit

Permalink
revert gulpfile file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Aug 10, 2018
1 parent cb63117 commit f2e1ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -18,7 +18,7 @@ var VISUAL_DEBUG = false;
var DEBUG = false;

gulp.task('scripts', function() {
return gulp.src(['src/core.js', 'src/keyboard.js', 'src/sprite.js', 'src/gameLoop.js'])
return gulp.src(['src/core.js', 'src/*.js'])
.pipe(concat('kontra.js'))
.pipe(gulp.dest('.'))
.pipe(gulp.dest('./docs/js'))
Expand Down

0 comments on commit f2e1ff7

Please sign in to comment.