summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/template/app/less/index.less2
-rw-r--r--tools/template/gulpfile.js2
2 files changed, 1 insertions, 3 deletions
diff --git a/tools/template/app/less/index.less b/tools/template/app/less/index.less
index d887b1083f3..7307ff6ad36 100644
--- a/tools/template/app/less/index.less
+++ b/tools/template/app/less/index.less
@@ -1,5 +1,3 @@
-// @import url(http://fonts.googleapis.com/css?family=Source+Code+Pro);
-// @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import "bootstrap";
@import "font-awesome";
diff --git a/tools/template/gulpfile.js b/tools/template/gulpfile.js
index fd2395d2f89..3c2defcdb17 100644
--- a/tools/template/gulpfile.js
+++ b/tools/template/gulpfile.js
@@ -57,7 +57,7 @@ gulp.task('js', function() {
// Uglify for compression if not in DEBUG.
if (!DEBUG) {
return b.pipe(buffer())
- .pipe(uglify({mangle: { except: ["$super"] }}))
+ .pipe(uglify())
.pipe(gulp.dest(BUILD));
} else {
return b.pipe(gulp.dest(BUILD));