kstrano 0.0.35 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/kstrano.rb +1 -1
- metadata +1 -1
data/lib/kstrano.rb
CHANGED
|
@@ -11,7 +11,7 @@ set :permission_method, :acl
|
|
|
11
11
|
set :server_name, nil
|
|
12
12
|
|
|
13
13
|
set :dump_assetic_assets, true
|
|
14
|
-
set :interactive_mode,
|
|
14
|
+
set :interactive_mode, false
|
|
15
15
|
set :clear_controllers, false # set this by default to false, because it's quiet dangerous for existing projects. You need to make sure it doesn't delete your app.php
|
|
16
16
|
|
|
17
17
|
# http://getcomposer.org/doc/03-cli.md
|