summaryrefslogtreecommitdiff
path: root/js/gulpfile.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-06-17 22:23:46 +0200
committerJose <jose@zeroc.com>2015-06-17 22:23:46 +0200
commitec1c821b73e88ec96cbf2af1675e6308cab88a58 (patch)
tree4ac20ed3d887a44ce39536fa8194889f2e867bbc /js/gulpfile.js
parentHandle SIGBREAK on Windows (diff)
downloadice-ec1c821b73e88ec96cbf2af1675e6308cab88a58.tar.bz2
ice-ec1c821b73e88ec96cbf2af1675e6308cab88a58.tar.xz
ice-ec1c821b73e88ec96cbf2af1675e6308cab88a58.zip
Fix JS build error
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r--js/gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js
index cf4814ef683..b7ab5a86d02 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -8,7 +8,6 @@
// **********************************************************************
var bower = require("bower"),
- browserSync = require("browser-sync"),
bundle = require("./gulp/bundle"),
concat = require('gulp-concat'),
del = require("del"),