1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

popup window added

This commit is contained in:
Rokt33r
2015-06-04 19:49:13 +09:00
parent 8bcfac70b2
commit c3ed69a712
11 changed files with 664 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ gulp.task('tpls', function(){
})
gulp.task('index', function () {
var files = globby.sync(['build/**/*', '!build/vendor/**/*'])
var files = globby.sync(['build/**/*', '!build/vendor/**/*', '!build/electron/**/*'])
var filter = function (files, ext) {
return files.filter(function (file) {
@@ -118,3 +118,5 @@ gulp.task('default', function (cb) {
runSequence('del', 'build', 'watch', cb)
})
require('./gulp-electron')(gulp)