Skip to content

Commit

Permalink
build website using heroku/rails' asset compilation rake task hook
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Mar 15, 2017
1 parent 971158f commit 594d33c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,7 @@ desc "Find organizers for meetup user group_urlname"
task :findorganizers do |t, args|
find_meetup_organizers(ENV['force'])
end

task "assets:precompile" do
build
end

0 comments on commit 594d33c

Please sign in to comment.