From ffebe452675b125442b5be8944c2d4aa1f3e4764 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Fri, 3 Jan 2014 13:49:36 -0800 Subject: [PATCH] Updated uglify-brunch options to not break on for(;;). --- app/templates/cla.jade | 2 ++ brunch.coffee | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/cla.jade b/app/templates/cla.jade index a2b54b4e6..ee7945343 100644 --- a/app/templates/cla.jade +++ b/app/templates/cla.jade @@ -2,6 +2,8 @@ .alert.alert-info This agreement was generated by a(href="http://selector.harmonyagreements.org/") Harmony + | . Sign at the bottom (it's easy). + h1 | CodeCombat diff --git a/brunch.coffee b/brunch.coffee index ba9f12ba5..e93f4b328 100644 --- a/brunch.coffee +++ b/brunch.coffee @@ -74,8 +74,6 @@ exports.config = level: "ignore" # PyCharm can't just autostrip for .coffee, needed for .jade no_unnecessary_fat_arrows: level: "ignore" - # https://gist.github.com/toolmantim/4958966 uglify: output: - beautify: true - indent_level: 0 + semicolons: false