troy 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/troy/generator.rb +2 -0
- data/lib/troy/version.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
data/lib/troy/generator.rb
CHANGED
@@ -34,6 +34,8 @@ module Troy
|
|
34
34
|
copy_file "config.ru", "config.ru"
|
35
35
|
copy_file "unicorn.rb", "config/unicorn.rb"
|
36
36
|
copy_file "troy.rb", "config/troy.rb"
|
37
|
+
copy_file "style.scss", "assets/stylesheets/style.scss"
|
38
|
+
copy_file "script.js", "assets/javascripts/script.js"
|
37
39
|
end
|
38
40
|
|
39
41
|
def bundle_install
|
data/lib/troy/version.rb
CHANGED