jumpstart 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,13 @@
|
|
64
64
|
:replace_strings:
|
65
65
|
- :target_path:
|
66
66
|
:symbols:
|
67
|
+
|
68
|
+
## Can be omitted or left blank.
|
69
|
+
# Add extra commands that you want to run after templates have been parsed for string replacement.
|
70
|
+
# e.g.
|
71
|
+
# :run_after_string_replace:
|
72
|
+
# - rake db:create
|
73
|
+
:run_after_string_replace:
|
67
74
|
|
68
75
|
## Can be omitted or left blank.
|
69
76
|
# If you would like jumpstart to configure your local nginx setup specify a path. Handy for rails.
|