diff options
author | Jose <jose@zeroc.com> | 2015-06-17 22:23:46 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-06-17 22:23:46 +0200 |
commit | ec1c821b73e88ec96cbf2af1675e6308cab88a58 (patch) | |
tree | 4ac20ed3d887a44ce39536fa8194889f2e867bbc /js/gulpfile.js | |
parent | Handle SIGBREAK on Windows (diff) | |
download | ice-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.js | 1 |
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"), |