Skip to content

Commit

Permalink
add coffeeify
Browse files Browse the repository at this point in the history
  • Loading branch information
iamruinous committed Apr 15, 2015
1 parent 33159ef commit 127cfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deploy:
tags: true
all_branches: true
before_deploy:
- npm install browserify
- npm install browserify coffeeify
- mkdir -p deploy/$TRAVIS_TAG deploy/latest
- node_modules/.bin/browserify -s meshblu index.js > deploy/$TRAVIS_TAG/meshblu-http.bundle.js
- node_modules/.bin/browserify -t coffeeify index.js > deploy/$TRAVIS_TAG/meshblu-http.bundle.js
- cp deploy/$TRAVIS_TAG/meshblu-http.bundle.js deploy/latest/meshblu-http.bundle.js

0 comments on commit 127cfe3

Please sign in to comment.