mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
(dist) use uglifyjs, update copyright headers
This commit is contained in:
3
Makefile
3
Makefile
@@ -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/*
|
||||
|
||||
@@ -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
2
dist/less-1.1.0.js
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user