Skip to content

Instantly share code, notes, and snippets.

@andrew8088
Created January 11, 2012 02:53
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andrew8088/1592711 to your computer and use it in GitHub Desktop.
This little script is an example script combining JSDev with running the script in the terminal via node.
#! /bin/sh
d=$(date)
jsdev <test.js >test.dev.js code equal:areEqual -comment "Development Version" -comment "Built: $d"
node test.dev.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment