[Pkg-javascript-commits] [highlight.js] 05/07: Rename the unminified highlight.pack.js to highlight.js (the minified version is highlight.min.js)
Cédric Boutillier
boutil at alioth.debian.org
Thu Nov 7 10:07:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository highlight.js.
commit 1d73bdfc1e467f75409976db5ae835602f48a37c
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Nov 7 10:25:04 2013 +0100
Rename the unminified highlight.pack.js to highlight.js (the minified version is highlight.min.js)
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 3105850..20293a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_build: build_doc
python3 tools/build.py -n
python3 tools/build.py -tnode
$(js-compressor) -o build_browser/highlight.min.js build_browser/highlight.pack.js
+ mv build_browser/highlight.pack.js build_browser/highlight.js
override_dh_clean:
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/highlight.js.git
More information about the Pkg-javascript-commits
mailing list