Skip to content

Instantly share code, notes, and snippets.

@averyvery
Created July 3, 2012 21:05
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save averyvery/3043118 to your computer and use it in GitHub Desktop.
Save averyvery/3043118 to your computer and use it in GitHub Desktop.
Guarding with Juicer
/*
* @depends vendor/jquery-1.6.2.min.js
* @depends vendor/jquery.easing.1.3.js
* @depends vendor/jquery.masonry.min.js
* @depends vendor/jquery.scrollTo-1.4.2-min.js
* @depends vendor/swfobject.js
* @depends brianregan/screen.js
*/
guard 'process', :name => 'minify-screen-js', :command => 'juicer merge js/all.js -o js/all.min.js --force -s' do
watch /^js\/brianregan\/screen.js/
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment