add icons to app/
BIN
app/icons/icon-128x128.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
app/icons/icon-144x144.png
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
app/icons/icon-152x152.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/icons/icon-192x192.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/icons/icon-384x384.png
Executable file
After Width: | Height: | Size: 5.3 KiB |
BIN
app/icons/icon-512x512.png
Executable file
After Width: | Height: | Size: 4.2 KiB |
BIN
app/icons/icon-72x72.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/icons/icon-96x96.png
Executable file
After Width: | Height: | Size: 1.7 KiB |
@@ -34,6 +34,7 @@ gulp.task('copyFiles', function() {
|
|||||||
.pipe(gulp.dest('app/lib/codemirror/mode')),
|
.pipe(gulp.dest('app/lib/codemirror/mode')),
|
||||||
gulp.src('src/lib/transpilers/*').pipe(gulp.dest('app/lib/transpilers')),
|
gulp.src('src/lib/transpilers/*').pipe(gulp.dest('app/lib/transpilers')),
|
||||||
gulp.src('src/lib/screenlog.js').pipe(gulp.dest('app/lib')),
|
gulp.src('src/lib/screenlog.js').pipe(gulp.dest('app/lib')),
|
||||||
|
gulp.src('icons/*').pipe(gulp.dest('app/icons')),
|
||||||
gulp
|
gulp
|
||||||
.src([
|
.src([
|
||||||
'src/preview.html',
|
'src/preview.html',
|
||||||
|