Skip to content

Commit

Permalink
Using a bin only for javascript running
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Feb 8, 2013
1 parent 0ca15fe commit f33f28d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 49 deletions.
46 changes: 0 additions & 46 deletions bin/deploy.js

This file was deleted.

3 changes: 3 additions & 0 deletions bin/dg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /usr/bin/env node

require('../lib/deploy');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, "email": "beta@alumni.rice.edu>"
, "url": "https://github.com/rustedgrail"
}
, "version": "0.4.2"
, "version": "0.4.3"
, "license": "MIT"
, "description": "A utility to simply concatenate and minify files for production, without having a buildstep in development."
, "dependencies": {
Expand Down
2 changes: 0 additions & 2 deletions prePublish
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
mkdir lib
coffee -o lib/ -c src/*.coffee
coffee -c bin/deploy.coffee
chmod +x bin/deploy.js
npm publish
File renamed without changes.

0 comments on commit f33f28d

Please sign in to comment.