mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Tweak Gulpfile
This commit is contained in:
@@ -32,7 +32,7 @@ dotOpts =
|
||||
append: true,
|
||||
selfcontained: true
|
||||
|
||||
### Pacakages ###
|
||||
### Packages ###
|
||||
bower = require "main-bower-files"
|
||||
child_process = require "child_process"
|
||||
del = require "del"
|
||||
@@ -120,7 +120,8 @@ gulp.task "default", ["clean"], ->
|
||||
all.pipe g.size()
|
||||
|
||||
gulp.task "reload", ["default"], ->
|
||||
child_process.exec "reload.bat", (err, stdout, stderr) -> console.log err if err
|
||||
child_process.exec "reload.bat", (err, stdout, stderr) ->
|
||||
console.log err if err
|
||||
|
||||
gulp.task "watch", ->
|
||||
Object.keys(input).forEach (inp) ->
|
||||
|
||||
Reference in New Issue
Block a user