aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_gui/gulpfile.js
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-06-09 16:18:59 +0200
committerasteroide <thomas.duval@orange.com>2017-06-09 16:18:59 +0200
commit60bb98696ee93f979914d8e88ed4708f59fcff9c (patch)
treea404880ec261f95c69fa4a6a1edd50ef9a66d160 /moonv4/moon_gui/gulpfile.js
parent8039214d0caedfec5456bd8ee0898a1b9a55629a (diff)
Stable version
Change-Id: I70001bedbdf1823cb9e8dccd545800387777201b
Diffstat (limited to 'moonv4/moon_gui/gulpfile.js')
-rw-r--r--moonv4/moon_gui/gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/moonv4/moon_gui/gulpfile.js b/moonv4/moon_gui/gulpfile.js
index 4eddfcbc..5929da4b 100644
--- a/moonv4/moon_gui/gulpfile.js
+++ b/moonv4/moon_gui/gulpfile.js
@@ -75,8 +75,8 @@ gulp.task('inject', function () {
// Modules js
var moduleJsStream = gulp.src(paths.modules.map( function(item){return 'node_modules/' + item;}))
- //.pipe(plugins.concat('modules.js'))
- //.pipe(plugins.uglify())
+ .pipe(plugins.concat('modules.js'))
+ .pipe(plugins.uglify())
.pipe(gulp.dest(paths.build + 'js/'));
//Version