[Pkg-javascript-commits] [ltx] 348/469: pipe debug cli option to browserify
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 663f5ecf73f70fb579bfa09dd05fa397d105fbab
Author: ▟ ▖▟ ▖ <dodo.the.last at gmail.com>
Date: Thu Sep 18 00:34:46 2014 +0200
pipe debug cli option to browserify
---
Gruntfile.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Gruntfile.js b/Gruntfile.js
index 22b4afe..e354ed5 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -14,6 +14,9 @@ module.exports = function(grunt) {
dist: {
files: {
'ltx-browser.js': ['./lib/index-browserify.js']
+ },
+ options: {
+ debug: grunt.cli.options.debug
}
}
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list