Skip to content

Instantly share code, notes, and snippets.

@jordelver
Created February 6, 2014 11:55
Show Gist options
  • Save jordelver/8842762 to your computer and use it in GitHub Desktop.
Save jordelver/8842762 to your computer and use it in GitHub Desktop.
namespace :assets do
task :precompile do
sh 'middleman build'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment