1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 16:50:11 +02:00

add icons to app/

This commit is contained in:
Kushagra Gour
2018-06-22 21:39:29 +05:30
parent 1769875394
commit 540fd3b22e
9 changed files with 1 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ gulp.task('copyFiles', function() {
.pipe(gulp.dest('app/lib/codemirror/mode')),
gulp.src('src/lib/transpilers/*').pipe(gulp.dest('app/lib/transpilers')),
gulp.src('src/lib/screenlog.js').pipe(gulp.dest('app/lib')),
gulp.src('icons/*').pipe(gulp.dest('app/icons')),
gulp
.src([
'src/preview.html',