commit | 157c1301c4fcf519af4fa661c6ff427558c2ac34 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Mar 24 13:05:15 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Mar 24 13:05:15 2016 -0700 |
tree | e10da22dae2c921befa674f1e1eaa4e507752442 | |
parent | 11020a00c8b27905856e9dc0ca72edc3e38ff9a7 [diff] [blame] |
unminified ceilometer
diff --git a/views/ngXosViews/ceilometerDashboard/gulp/build.js b/views/ngXosViews/ceilometerDashboard/gulp/build.js index 7c3aa6d..b53a0d4 100644 --- a/views/ngXosViews/ceilometerDashboard/gulp/build.js +++ b/views/ngXosViews/ceilometerDashboard/gulp/build.js
@@ -71,7 +71,7 @@ .pipe(ngAnnotate()) .pipe(angularFilesort()) .pipe(concat('xosCeilometerDashboard.js')) - .pipe(uglify()) + //.pipe(uglify()) .pipe(gulp.dest(options.static + 'js/')); });