add precompile rake task for heroku (aliasing our jammit and sass setup) [ci skip]
This commit is contained in:
parent
e461956a97
commit
73655efd53
1 changed files with 6 additions and 0 deletions
6
lib/tasks/assets.rake
Normal file
6
lib/tasks/assets.rake
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace :assets do
|
||||
task :precompile do
|
||||
system 'sass --update public/stylesheets/sass:public/stylesheets'
|
||||
system 'bundle exec jammit'
|
||||
end
|
||||
end
|
||||
Loading…
Reference in a new issue