Skip to content

Instantly share code, notes, and snippets.

@alanbsmith
Created May 15, 2016 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanbsmith/bf14906284e4cf1673c8bf9f401c8190 to your computer and use it in GitHub Desktop.
Save alanbsmith/bf14906284e4cf1673c8bf9f401c8190 to your computer and use it in GitHub Desktop.
namespace :assets do
task :precompile => :webpack
end
task :webpack do
sh "npm install"
sh "./node_modules/.bin/webpack"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment