lib/startblock/app_builder.rb in startblock-1.3 vs lib/startblock/app_builder.rb in startblock-1.4
- old
+ new
@@ -120,9 +120,13 @@
def gitignore_files
remove_file '.gitignore'
copy_file 'startblock_gitignore', '.gitignore'
end
+ def copy_puma_config
+ copy_file 'puma.rb', 'config/puma.rb'
+ end
+
def init_git
run 'git init'
end
def setup_mixpanel