[Pkg-javascript-commits] [ie7-js] 02/06: Compress with node-uglify instead of yui-compressor
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 18:30:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository ie7-js.
commit 5273e1c4d1d8fa6bd20823d50eb6747261087a21
Author: David Prévot <taffit at debian.org>
Date: Thu Jul 31 12:34:49 2014 -0400
Compress with node-uglify instead of yui-compressor
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 1e44550..9388c57 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: David Prévot <taffit at debian.org>
-Build-Depends: debhelper (>= 9), yui-compressor
+Build-Depends: debhelper (>= 9), node-uglify
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/ie7-js/
Vcs-Git: git://anonscm.debian.org/pkg-javascript/ie7-js.git
diff --git a/debian/rules b/debian/rules
index 3e00163..29d8d8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
override_dh_auto_build:
for i in src/*.js ; do \
- yui-compressor --type js $$i -o $$(basename $$i) ; \
+ uglifyjs -o $$(basename $$i) $$i ; \
done
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ie7-js.git
More information about the Pkg-javascript-commits
mailing list