aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/gulp.conf.js
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-07 14:34:18 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-07 14:34:18 +0200
commit98a61bee85af20f2c6c7bb0e144b9d0a06697f37 (patch)
tree6e85bc2ab743b4704cfdd75627771f0436c6bd43 /webapp/gulp.conf.js
parent59e728d5bb9b9e386a2d9589cfb5e2c77d72d354 (diff)
Use bundle version of Rxjs.
Diffstat (limited to 'webapp/gulp.conf.js')
-rw-r--r--webapp/gulp.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/gulp.conf.js b/webapp/gulp.conf.js
index 0de52f9..0529c02 100644
--- a/webapp/gulp.conf.js
+++ b/webapp/gulp.conf.js
@@ -10,7 +10,7 @@ module.exports = {
node_modules_libs: [
'core-js/client/shim.min.js',
'reflect-metadata/Reflect.js',
- 'rxjs/**/*.js',
+ 'rxjs-system-bundle/*.min.js',
'socket.io-client/dist/socket.io*.js',
'systemjs/dist/system-polyfills.js',
'systemjs/dist/system.src.js',