diff --git a/.travis.yml b/.travis.yml index 015e3dc5..954609f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - 0.6 - 0.8 - - 0.9 + - 0.10 notifications: #webhooks: #http://requestb.in/12h5bl71 diff --git a/json/config.json b/json/config.json index ca8c936c..2c46b714 100644 --- a/json/config.json +++ b/json/config.json @@ -2,7 +2,7 @@ "api_url" : "/api/v1", "appcache" : false, "minification" : { - "js" : false, + "js" : true, "css" : true, "html" : true, "img" : true