kstrano 0.0.35 → 0.0.36
Sign up to get free protection for your applications and to get access to all the features.
- 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
|