(dist) use uglifyjs, update copyright headers

This commit is contained in:
Alexis Sellier
2011-05-11 14:33:36 -04:00
parent 1315932666
commit 6ab8d9c2e6
3 changed files with 3 additions and 4 deletions

View File

@@ -38,8 +38,7 @@ less:
min: less
@@echo minifying...
@@cat ${HEADER} | sed s/@VERSION/${VERSION}/ > ${DIST_MIN}
@@java -jar build/compiler.jar\
--js ${DIST} >> ${DIST_MIN}
@@uglifyjs ${DIST} >> ${DIST_MIN}
clean:
git rm dist/*

View File

@@ -2,6 +2,6 @@
// LESS - Leaner CSS v@VERSION
// http://lesscss.org
//
// Copyright (c) 2010, Alexis Sellier
// Copyright (c) 2009-2011, Alexis Sellier
// Licensed under the Apache 2.0 License.
//

2
dist/less-1.1.0.js vendored
View File

@@ -2,7 +2,7 @@
// LESS - Leaner CSS v1.1.0
// http://lesscss.org
//
// Copyright (c) 2010, Alexis Sellier
// Copyright (c) 2009-2011, Alexis Sellier
// Licensed under the Apache 2.0 License.
//
(function (window, undefined) {