Skip to content

Commit

Permalink
compiled client js
Browse files Browse the repository at this point in the history
  • Loading branch information
naggie committed Apr 14, 2013
1 parent ee1f840 commit 900b953
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions compile-client-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
uglifyjs = require('uglify-js')
fs = require('fs')


console.log('Compiling megafilter client...')


var result = uglifyjs.minify([
__dirname+"/public/jquery-1.9.1.js",
__dirname+"/public/hotkeys/jquery.hotkeys.js",
Expand Down
Loading

0 comments on commit 900b953

Please sign in to comment.