cssbundling-rails 0.2.5 → 0.2.6
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f839a506865e012ab4c918e645399aa34d8aa57fcc7376bbffbadcafb26d8ad7
|
|
4
|
+
data.tar.gz: 712fa468fdf15ec1b2823e635c51b5f26f791cdfafb51bd94eb30b7ea5d549d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c88eadeaab06974fce524d36aab035568c7a6432039957ed75b26f6305acf8c2f942f0abca7e836f52517c655468dc0ec55700fb51e8a9cf4f1511495b1185c7
|
|
7
|
+
data.tar.gz: 57fd56159909dffac0267813154caec9bf788991597e6c1f87b1482dca4863bac68ce43093b02efa23500027fb0a6bd4249cd6655b4861c30a85730ecc425009
|
data/lib/cssbundling/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
namespace :css do
|
|
2
2
|
desc "Build your CSS bundle"
|
|
3
|
-
task build
|
|
4
|
-
unless system "yarn build:css"
|
|
3
|
+
task :build do
|
|
4
|
+
unless system "yarn install && yarn build:css"
|
|
5
5
|
raise "cssbundling-rails: Command css:build failed, ensure yarn is installed and `yarn build:css` runs without errors"
|
|
6
6
|
end
|
|
7
7
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cssbundling-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-11-
|
|
12
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -54,7 +54,7 @@ files:
|
|
|
54
54
|
- lib/install/tailwind/package.json
|
|
55
55
|
- lib/install/tailwind/tailwind.config.js
|
|
56
56
|
- lib/tasks/cssbundling/build.rake
|
|
57
|
-
- lib/tasks/cssbundling/
|
|
57
|
+
- lib/tasks/cssbundling/clobber.rake
|
|
58
58
|
- lib/tasks/cssbundling/install.rake
|
|
59
59
|
homepage: https://github.com/rails/cssbundling-rails
|
|
60
60
|
licenses:
|