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