commit | 8a238d41b3788146beef74f281b4bd3b2ff39e42 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Fri Feb 26 13:45:08 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Fri Feb 26 13:45:08 2016 -0800 |
tree | 65c64a4e4da48a303e53072c09d3db4fb42b9e32 | |
parent | 4c377db5bb8e24e4ac985431a87a0fcf206958e0 [diff] [blame] |
Build topology
diff --git a/views/ngXosViews/mcordTopology/gulp/build.js b/views/ngXosViews/mcordTopology/gulp/build.js index f892310..80ba4be 100644 --- a/views/ngXosViews/mcordTopology/gulp/build.js +++ b/views/ngXosViews/mcordTopology/gulp/build.js
@@ -137,11 +137,11 @@ gulp.task('build', function() { runSequence( 'templates', + 'copyCss', 'babel', 'scripts', 'wiredep', - 'copyHtml', - 'copyCss' + 'copyHtml' ); }); }; \ No newline at end of file