Skip to content

Commit

Permalink
add assets precomple to rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Leach committed Jul 7, 2018
1 parent cbed74a commit 5577969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

# Ignore application configuration
/config/application.yml
/public/packs
/public/assets
/public/packs-test
/node_modules
yarn-debug.log*
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

require_relative 'config/application'

Rake::Task['assets:precompile']

Rails.application.load_tasks

0 comments on commit 5577969

Please sign in to comment.