aboutsummaryrefslogtreecommitdiffstats
path: root/lib/templates/installer.rb
blob: 4019b354904a1fdf8527528c62b7162b2a3e7706 (plain) (blame)
1
2
3
4
5
6
7
8
9
say "Copying actiontext.css to app/assets/stylesheets"
copy_file "#{__dir__}/actiontext.css", "app/assets/stylesheets/actiontext.css"

say "Copying fixtures to test/fixtures/action_text/rich_texts.yml"
copy_file "#{__dir__}/fixtures.yml", "test/fixtures/action_text/rich_texts.yml"

# FIXME: Replace with release version on release
say "Installing JavaScript dependency"
run "yarn add https://github.com/basecamp/actiontext"