Skip to content

Instantly share code, notes, and snippets.

@NZKoz
Created October 30, 2012 22:32
Show Gist options
  • Save NZKoz/3983540 to your computer and use it in GitHub Desktop.
Save NZKoz/3983540 to your computer and use it in GitHub Desktop.
Build thing we do
/usr/bin/sprockets -I path/to/Assets/ path/to/Assets/main.js path/to/Assets/main.css -o $TEMP_DIR/assets
/usr/bin/yuicompressor --type js $TEMP_DIR/assets/main*js > $SRCROOT/Assets/Generated/main.min.js
/usr/bin/yuicompressor --type css $TEMP_DIR/assets/main*css > $SRCROOT/Assets/Generated/main.min.css
cp -r $TEMP_DIR/assets/*png $SRCROOT/Assets/Generated/
/*
*= require blah_blah
*/
//= require jquery
//= require some_js_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment