summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Rueckstiess <thomas@rueckstiess.net>2014-12-20 12:10:51 +1100
committerThomas Rueckstiess <thomas@rueckstiess.net>2015-01-06 15:59:54 +1100
commit83e07280cc52f5babf78a7418a9eedeabf0c7ccb (patch)
tree7e9dab92e14d2b4ea05cbec818ffc5574a2404a4 /tools
parent99ea68163441b11e537ac1b188b08f0527c1b8ba (diff)
downloadmongo-83e07280cc52f5babf78a7418a9eedeabf0c7ccb.tar.gz
removed unneeded fonts and mangling
Diffstat (limited to 'tools')
-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));