Travis GCC option + UI enhancements

This commit is contained in:
NGPixel
2016-08-28 11:27:05 -04:00
parent 49020b0410
commit c8256c9422
13 changed files with 226 additions and 43 deletions

View File

@@ -101,6 +101,7 @@ gulp.task("scripts-app", function () {
return gulp.src(paths.scriptapps)
.pipe(plumber())
.pipe(concat('app.js'))
.pipe(include({ extensions: "js" }))
.pipe(babel())
.pipe(uglify())
.pipe(plumber.stop())