mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Clean up makefile
This commit is contained in:
11
Makefile
11
Makefile
@@ -67,21 +67,14 @@ min: less
|
||||
@@uglifyjs ${DIST} > ${DIST_MIN}
|
||||
@@echo ${DIST_MIN} built.
|
||||
|
||||
server: less
|
||||
cp dist/less-${VERSION}.js test/html/
|
||||
cd test/html && python -m SimpleHTTPServer
|
||||
|
||||
clean:
|
||||
git rm dist/*
|
||||
|
||||
dist: clean min
|
||||
dist: min rhino
|
||||
git add dist/*
|
||||
git commit -a -m "(dist) build ${VERSION}"
|
||||
git archive master --prefix=less/ -o less-${VERSION}.tar.gz
|
||||
npm publish less-${VERSION}.tar.gz
|
||||
|
||||
stable:
|
||||
npm tag less ${VERSION} stable
|
||||
npm tag less@${VERSION} stable
|
||||
|
||||
|
||||
.PHONY: test benchmark
|
||||
|
||||
Reference in New Issue
Block a user