[Pkg-javascript-commits] [node-jquery-textcomplete] 03/07: generate source map too
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Nov 23 08:58:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-jquery-textcomplete.
commit 8500ea8438ff6d25a01e39a95c206a54cd64bb67
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Nov 23 13:49:11 2016 +0530
generate source map too
---
debian/copyright | 2 +-
debian/rules | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 39dee63..c1b772d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jquery-textcomplete
Upstream-Contact: https://github.com/yuku-t/jquery-textcomplete/issues
Source: http://yuku-t.com/jquery-textcomplete
-Files-Excluded: dist/jquery.textcomplete.min.js
+Files-Excluded: dist/*
Files: *
Copyright: 2016 Yuku Takahashi <taka84u9 at gmail.com>
diff --git a/debian/rules b/debian/rules
index 1694fb6..8432ea9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@
override_dh_auto_build:
dh_auto_build
grunt build
- uglifyjs -o dist/jquery.textcomplete.min.js dist/jquery.textcomplete.js
+ uglifyjs -o dist/jquery.textcomplete.min.js \
+ --source-map dist/jquery.textcomplete.min.map \
+ dist/jquery.textcomplete.js
#override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jquery-textcomplete.git
More information about the Pkg-javascript-commits
mailing list