cssbundling-rails 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f839a506865e012ab4c918e645399aa34d8aa57fcc7376bbffbadcafb26d8ad7
4
- data.tar.gz: 712fa468fdf15ec1b2823e635c51b5f26f791cdfafb51bd94eb30b7ea5d549d5
3
+ metadata.gz: 2e631bf9632f7110333e7cec9c6664d29bb831cf55ba5bd7f27e10c43ff26ec7
4
+ data.tar.gz: a3dd70d923260af724d384121a32455e272bca50fda18ec36c35a26ff3750ead
5
5
  SHA512:
6
- metadata.gz: c88eadeaab06974fce524d36aab035568c7a6432039957ed75b26f6305acf8c2f942f0abca7e836f52517c655468dc0ec55700fb51e8a9cf4f1511495b1185c7
7
- data.tar.gz: 57fd56159909dffac0267813154caec9bf788991597e6c1f87b1482dca4863bac68ce43093b02efa23500027fb0a6bd4249cd6655b4861c30a85730ecc425009
6
+ metadata.gz: 554c2b88bd16adb8d09bddfd7f17ae97975793abedadfc63fa185821c8e34fb52b31e993127bc9fdce28261b33b4d2a8fd61d47c9d58c43955a15f3c20615602
7
+ data.tar.gz: b370ab74214bd7115f890ae4e02f7db80d9b2e1f5a2d3787ccf466410eff0dfe279183bce474b8d433394f9b1423b70022b55f2ee17a17a6d81d4fc580876510
@@ -1,3 +1,3 @@
1
1
  module Cssbundling
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -17,4 +17,5 @@ if (`npx -v`.to_f < 7.1 rescue "Missing")
17
17
  say %(Add "scripts": { "build:css": "#{build_script}" } to your package.json), :green
18
18
  else
19
19
  run %(npm set-script build:css "#{build_script}")
20
+ run %(yarn build:css)
20
21
  end
@@ -10,4 +10,5 @@ if (`npx -v`.to_f < 7.1 rescue "Missing")
10
10
  say %(Add "scripts": { "build:css": "#{build_script}" } to your package.json), :green
11
11
  else
12
12
  run %(npm set-script build:css "#{build_script}")
13
+ run %(yarn build:css)
13
14
  end
@@ -10,4 +10,5 @@ if (`npx -v`.to_f < 7.1 rescue "Missing")
10
10
  say %(Add "scripts": { "build:css": "#{build_script}" } to your package.json), :green
11
11
  else
12
12
  run %(npm set-script build:css "#{build_script}")
13
+ run %(yarn build:css)
13
14
  end
@@ -9,4 +9,5 @@ if (`npx -v`.to_f < 7.1 rescue "Missing")
9
9
  say %(Add "scripts": { "build:css": "#{build_script}" } to your package.json), :green
10
10
  else
11
11
  run %(npm set-script build:css "#{build_script}")
12
+ run %(yarn build:css)
12
13
  end
@@ -10,4 +10,5 @@ if (`npx -v`.to_f < 7.1 rescue "Missing")
10
10
  say %(Add "scripts": { "build:css": "#{build_script}" } to your package.json), :green
11
11
  else
12
12
  run %(npm set-script build:css "#{build_script}")
13
+ run %(yarn build:css)
13
14
  end
@@ -4,3 +4,5 @@ namespace :css do
4
4
  rm_rf Dir["app/assets/builds/[^.]*.css"], verbose: false
5
5
  end
6
6
  end
7
+
8
+ Rake::Task["assets:clobber"].enhance(["css:clobber"])
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.6
4
+ version: 0.2.7
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-17 00:00:00.000000000 Z
12
+ date: 2021-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties