prima-twig 0.2.22 → 0.2.23
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.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a499fd3cf5ec913e230b60c5b725181cc07972c7
|
|
4
|
+
data.tar.gz: 6f3cf083e95cc6824c2230aea273f8109f2b0298
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6579269b4593fe9ff60f6b4175f8f21dcfc3d155c08394b1f3de08f02ae2e0a88f8feed23ba7ec9b6daa4c83f8779b3ec819da6eb2e276e98cd624311ba00e26
|
|
7
|
+
data.tar.gz: a204d034f50dbd44ef28b6ac42c1772916748f28ea1f1f16cf43ba2494f47b9fc6ab32c4e2d3a5352aa04438b671c77594fd5bbfd9c5691bdf5c5da83b894e3a
|
data/bin/twig-feature
CHANGED
|
@@ -160,7 +160,7 @@ class Release
|
|
|
160
160
|
"#{base_cmd}php_1 ./app/console -e=prod fos:js-routing:dump",
|
|
161
161
|
"#{base_cmd}php_1 ./app/console -e=prod cypress:ng-routing:dump",
|
|
162
162
|
"#{base_cmd}php_1 ./app/console -e=prod bazinga:js-translation:dump web",
|
|
163
|
-
"#{base_cmd}php_1 ./node_modules/.bin/brunch build
|
|
163
|
+
"#{base_cmd}php_1 ./node_modules/.bin/brunch build -e staging",
|
|
164
164
|
"#{base_cmd}web_1 composer dump-autoload --optimize --no-dev",
|
|
165
165
|
"#{base_cmd}compass_1 compass compile --force -c compass/config_prod.rb compass/"
|
|
166
166
|
].each do |cmd|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2015-12-
|
|
14
|
+
date: 2015-12-28 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: twig
|