[DRE-commits] [ruby-jquery-turbolinks] 11/15: fix coffee compile option
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jul 15 15:38:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-jquery-turbolinks.
commit 8b4f7460e33c5646b5479f2bd3efcbca9445f374
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jul 15 20:39:08 2015 +0530
fix coffee compile option
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 736a065..aec969f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@
override_dh_auto_build:
mkdir -p vendor/assets/javascripts
- coffee -o vendor/assets/javascripts/jquery.turbolinks.js -c src/jquery.turbolinks.coffee
+ coffee -o vendor/assets/javascripts -c src/jquery.turbolinks.coffee
uglifyjs -o vendor/assets/javascripts/jquery.turbolinks.min.js vendor/assets/javascripts/jquery.turbolinks.js
override_dh_auto_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jquery-turbolinks.git
More information about the Pkg-ruby-extras-commits
mailing list