[Pkg-javascript-commits] [less.js] 12/285: remove opimization from lessc
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit d8467744c520886b891b3598be8c2d8044ade54a
Author: Luke Page <luke.a.page at gmail.com>
Date: Sat Feb 15 14:50:08 2014 +0000
remove opimization from lessc
---
bin/lessc | 4 ----
1 file changed, 4 deletions(-)
diff --git a/bin/lessc b/bin/lessc
index 9c27f5f..4ea76b4 100755
--- a/bin/lessc
+++ b/bin/lessc
@@ -13,7 +13,6 @@ var options = {
compress: false,
cleancss: false,
max_line_len: -1,
- optimization: 1,
silent: false,
verbose: false,
lint: false,
@@ -143,9 +142,6 @@ args = args.filter(function (arg) {
});
}
break;
- case 'O0': options.optimization = 0; break;
- case 'O1': options.optimization = 1; break;
- case 'O2': options.optimization = 2; break;
case 'line-numbers':
if (checkArgFunc(arg, match[2])) {
options.dumpLineNumbers = match[2];
--
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