[Pkg-javascript-commits] [less.js] 28/38: typo, option should not be commented out.

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:27:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.2.0
in repository less.js.

commit d91394f3778d61219fae5e8bb0e9f71e8a2d7c83
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sat Jan 3 15:18:35 2015 +0000

    typo, option should not be commented out.
---
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index 1b6ebe0..e13073d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -95,7 +95,7 @@ module.exports = function (grunt) {
                 banner: '<%= meta.banner %>',
                 mangle: true,
 	            compress: {
-	                //pure_getters: true
+	                pure_getters: true
 	            }
             },
             dist: {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list