Skip to content

Commit 6d0d647

Browse files
committed
Wrap template generator code in an after_bundle block
Closes #1436
1 parent 7c1cc18 commit 6d0d647

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

template.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
gem 'arclight'
44

5-
run 'bundle install'
5+
after_bundle do
6+
generate 'blacklight:install', '--devise'
7+
generate 'arclight:install', '-f'
68

7-
generate 'blacklight:install', '--devise'
8-
generate 'arclight:install', '-f'
9-
10-
rake 'db:migrate'
9+
rake 'db:migrate'
10+
end

0 commit comments

Comments
 (0)