Skip to content

Commit

Permalink
test with new comment
Browse files Browse the repository at this point in the history
  • Loading branch information
damienlethiec committed Feb 7, 2018
1 parent 7e0d78e commit c7fe035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/boot.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
# require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
# /// require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
1 change: 1 addition & 0 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def apply_template!

# temporal fix bootsnap bug
copy_file 'config/boot.rb', force: true
run('rails webpacker:install')

run('rails db:migrate')
end
Expand Down

0 comments on commit c7fe035

Please sign in to comment.