Skip to content

Commit

Permalink
gulp: copy templates n assets
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jul 30, 2018
1 parent ea5d12d commit 9b14ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Expand Up @@ -37,6 +37,7 @@ gulp.task('copyFiles', function() {
gulp.src('src/lib/screenlog.js').pipe(gulp.dest('app/lib')),
gulp.src('icons/*').pipe(gulp.dest('app/icons')),
gulp.src('src/assets/*').pipe(gulp.dest('app/assets')),
gulp.src('src/templates/*').pipe(gulp.dest('app/templates')),
gulp
.src([
'src/preview.html',
Expand Down

0 comments on commit 9b14ff9

Please sign in to comment.