mpobrien / streamdj

mp3 streaming server in node.js
2 stars 0 forks source link

set up YUI compressor for minifying JS files #53

Open mpobrien opened 13 years ago

mpobrien commented 13 years ago

on production eventually we are gonna want to minify all this javascript. Figure out how to use YUI compressor and write a script that will generate minified versions of all the js files under /static/

shuynh commented 13 years ago

gonna go with uglifyjs for compression -- https://github.com/mishoo/UglifyJS

the following files are in use and may or may not need compressing: messaging.js outloud.js swfobject.js soundmanager2.js jquery.min.js jquery-ui-custom.js jqwheel.js

shuynh commented 13 years ago

i have these files minimized locally. ready to push them up whenever..