prima-twig 0.39.22 → 0.39.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 +5 -5
- data/bin/twig-feature +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3a5d0d3b30e7443a6a9e1dc4daa0da15de61974c
|
|
4
|
+
data.tar.gz: 3231720b08905c35d86917cd2ac5fcbecdfce221
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d48965c1c6c0f53f4598f6b562860b94a2680961a5a39ae89465e125f16a6ae0fbea246c6e3a48d3c6bc2e8ebce11607fac45fcce9a381570837d3a46b137c3
|
|
7
|
+
data.tar.gz: 91332b3e3d6a9d11d3374cd7b8a69b5667bd31b5e4be2192a707b51fc105155f8ed946735e857a1a1fca56fedfc81cf69b4dffa50dd334cc17abae95bc084fff
|
data/bin/twig-feature
CHANGED
|
@@ -1959,6 +1959,9 @@ class Release
|
|
|
1959
1959
|
mix local.hex --force && mix hex.info && \
|
|
1960
1960
|
mix deps.get && \
|
|
1961
1961
|
cd assets && \
|
|
1962
|
+
rm -rf elm-stuff && \
|
|
1963
|
+
rm -rf ./node_modules && \
|
|
1964
|
+
mkdir elm-stuff node_modules && \
|
|
1962
1965
|
yarn --cache-folder ~/.cache/yarn && \
|
|
1963
1966
|
./node_modules/.bin/elm-github-install && \
|
|
1964
1967
|
NODE_ENV=production sysconfcpus -n 2 ./node_modules/.bin/webpack -p --config config/webpack.config.prod.js && \
|
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.39.
|
|
4
|
+
version: 0.39.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.
|
|
217
|
+
rubygems_version: 2.6.11
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|