prima-twig 0.45.25 → 0.45.26
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 +5 -5
- data/bin/twig-feature +1 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 1cb5cfe353b6348eb03b161a336e2bbb2cdb18df
|
|
4
|
+
data.tar.gz: 278b6ef503a881a4cd23e9a274f19909868fb2ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bb30aba6d0a79f6c95935dce8b56bb4e0518623d68b400128cebd05c203579428b82b774ce580bdaa3ef8993d6ad29eddc4eb123c94a700a58c7364ac20a29f
|
|
7
|
+
data.tar.gz: 3e4cb69ea454086f86fcb70bc562e837682974e038a2cad9ca776aef3e701bf613eb443310ad427ec0dfb3ed4261eb7336a4dffdf9d5704ca2513450ab8cf5a3
|
data/bin/twig-feature
CHANGED
|
@@ -2078,8 +2078,7 @@ class Release
|
|
|
2078
2078
|
mix deps.get && \
|
|
2079
2079
|
cd assets && \
|
|
2080
2080
|
yarn --cache-folder ~/.cache/yarn && \
|
|
2081
|
-
|
|
2082
|
-
NODE_ENV=production sysconfcpus -n 2 ./node_modules/.bin/webpack -p --config config/webpack.config.prod.js && \
|
|
2081
|
+
NODE_ENV=production sysconfcpus -n 1 yarn run build && \
|
|
2083
2082
|
cd ../ && \
|
|
2084
2083
|
mix release.clean --implode --no-confirm && \
|
|
2085
2084
|
mix phx.digest && \
|
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.45.
|
|
4
|
+
version: 0.45.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
217
|
+
rubyforge_project:
|
|
218
|
+
rubygems_version: 2.5.2.3
|
|
218
219
|
signing_key:
|
|
219
220
|
specification_version: 4
|
|
220
221
|
summary: The Prima twig toolbelt
|