kstrano 1.1.2 → 1.1.3
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_symfony2.rb +3 -3
- data/resources/symfony2/deploy.rb +7 -3
- metadata +2 -2
data/lib/kstrano_symfony2.rb
CHANGED
|
@@ -25,9 +25,9 @@ module KStrano
|
|
|
25
25
|
|
|
26
26
|
set :uploaded_files_path, 'web/uploads'
|
|
27
27
|
|
|
28
|
-
set :npm_install,
|
|
29
|
-
set :bower_install,
|
|
30
|
-
set :grunt_build,
|
|
28
|
+
set :npm_install, false
|
|
29
|
+
set :bower_install, false
|
|
30
|
+
set :grunt_build, false
|
|
31
31
|
|
|
32
32
|
namespace :database do
|
|
33
33
|
namespace :move do
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
set :model_manager, "doctrine"
|
|
2
2
|
set :shared_children, [log_path, web_path + "/uploads"]
|
|
3
3
|
|
|
4
|
+
set :writable_dirs, ["app/cache", "app/logs"]
|
|
5
|
+
|
|
6
|
+
set :npm_install, true
|
|
7
|
+
set :bower_install, true
|
|
8
|
+
set :grunt_build, true
|
|
9
|
+
|
|
4
10
|
# When using Symfony 2.0
|
|
5
11
|
# set :use_composer, false
|
|
6
12
|
# set :vendors_mode, "install"
|
|
@@ -8,6 +14,4 @@ set :shared_children, [log_path, web_path + "/uploads"]
|
|
|
8
14
|
|
|
9
15
|
# When using Symfony 2.1
|
|
10
16
|
set :use_composer, true
|
|
11
|
-
set :update_vendors, false
|
|
12
|
-
|
|
13
|
-
set :writable_dirs, ["app/cache", "app/logs"]
|
|
17
|
+
set :update_vendors, false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kstrano
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capifony
|