commit | c0c9409ce38bd9b50f1a6e8c69b3110d44c6843b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Tue Feb 02 17:25:18 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Tue Feb 02 17:25:18 2016 -0800 |
tree | 2a2c00fe377f057e320bbb9ad4a6e092eb7b820b | |
parent | 3a7f511968edf736e08d3b167a0fe81413d0179c [diff] |
Fixed path in Ceilometer Dashboard and generator
diff --git a/views/ngXosLib/generator-xos/app/templates/gulp/build.js b/views/ngXosLib/generator-xos/app/templates/gulp/build.js index 4a04218..b232ef9 100644 --- a/views/ngXosLib/generator-xos/app/templates/gulp/build.js +++ b/views/ngXosLib/generator-xos/app/templates/gulp/build.js
@@ -73,7 +73,8 @@ gulp.src([ options.static + 'js/vendor/xos<%= fileName %>Vendor.js', options.static + 'js/xos<%= fileName %>.js' - ]) + ]), + {ignorePath: '/../../../xos/core/xoslib'} ) ) .pipe(rename('xos<%= fileName %>.html'))