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: 17fa9455564f88e8e8ea4034a948bdcd641be3108ac6e9eb8244a2515877971e
4
- data.tar.gz: 87b5fa05bff61fb65e70ada26275be1e807734ad68af54c345dffe9aa6c893fc
3
+ metadata.gz: f839a506865e012ab4c918e645399aa34d8aa57fcc7376bbffbadcafb26d8ad7
4
+ data.tar.gz: 712fa468fdf15ec1b2823e635c51b5f26f791cdfafb51bd94eb30b7ea5d549d5
5
5
  SHA512:
6
- metadata.gz: 13e364e934c7ef424a5ad2d5f62c593c689185fa333fd283b53173183511bcad112177ec5a46a297f2e8fda06ce3d21616eb70e57df8b245bd5299586494a5d5
7
- data.tar.gz: b03e89051ca7dfd506b4a8a861ea1b81d9979974e84421e62b5a987a61a2b4f60ec0d90fdfee3eefca1c308d022a06040e5604402dbcb6ae0bdc985c55da7789
6
+ metadata.gz: c88eadeaab06974fce524d36aab035568c7a6432039957ed75b26f6305acf8c2f942f0abca7e836f52517c655468dc0ec55700fb51e8a9cf4f1511495b1185c7
7
+ data.tar.gz: 57fd56159909dffac0267813154caec9bf788991597e6c1f87b1482dca4863bac68ce43093b02efa23500027fb0a6bd4249cd6655b4861c30a85730ecc425009
@@ -1,3 +1,3 @@
1
1
  module Cssbundling
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  namespace :css do
2
2
  desc "Build your CSS bundle"
3
- task build: [ "yarn:install" ] do
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
@@ -1,8 +1,6 @@
1
1
  namespace :css do
2
2
  desc "Remove CSS builds"
3
- task :clean do
3
+ task :clobber do
4
4
  rm_rf Dir["app/assets/builds/[^.]*.css"], verbose: false
5
5
  end
6
6
  end
7
-
8
- Rake::Task["assets:clean"].enhance(["css:clean"])
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.5
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-15 00:00:00.000000000 Z
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/clean.rake
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: