tailwindcss-rails 4.0.0.rc4 → 4.0.0.rc5
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: feb54fa67b693a510af105af631562dcff146ff61cf473b5f589d3de7a1b3b93
|
|
4
|
+
data.tar.gz: fb4e6ed2484ef0c0940a93bbec16754f560e84491b06aaf65fa4c08fd30802cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52381d2049c6af62bfdd11e2b9d06639e0c220e5e898bf3c374d03caf37bac6438bbc36bd3235f24a6e6e7621a921c97626bb5f69a230441cf3e316a2f58adb8
|
|
7
|
+
data.tar.gz: faef12c4ac6646a902bdd7327de45079d7541454a55a3f55e737c66c6d34b2d2ac0057d8274b394116378551cd5cad399d4b4a8bb20db1ec880c9d5f6bb2f3cf
|
data/lib/tailwindcss/commands.rb
CHANGED
|
@@ -14,7 +14,7 @@ module Tailwindcss
|
|
|
14
14
|
|
|
15
15
|
command << "--minify" unless (debug || rails_css_compressor?)
|
|
16
16
|
|
|
17
|
-
postcss_path = rails_root.join("
|
|
17
|
+
postcss_path = rails_root.join("postcss.config.js")
|
|
18
18
|
command += ["--postcss", postcss_path.to_s] if File.exist?(postcss_path)
|
|
19
19
|
|
|
20
20
|
command
|
data/lib/tailwindcss/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tailwindcss-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.0.
|
|
4
|
+
version: 4.0.0.rc5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: railties
|
|
@@ -37,6 +38,7 @@ dependencies:
|
|
|
37
38
|
- - "~>"
|
|
38
39
|
- !ruby/object:Gem::Version
|
|
39
40
|
version: '4.0'
|
|
41
|
+
description:
|
|
40
42
|
email: david@loudthinking.com
|
|
41
43
|
executables: []
|
|
42
44
|
extensions: []
|
|
@@ -84,6 +86,7 @@ licenses:
|
|
|
84
86
|
metadata:
|
|
85
87
|
homepage_uri: https://github.com/rails/tailwindcss-rails
|
|
86
88
|
rubygems_mfa_required: 'true'
|
|
89
|
+
post_install_message:
|
|
87
90
|
rdoc_options: []
|
|
88
91
|
require_paths:
|
|
89
92
|
- lib
|
|
@@ -98,7 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
101
|
- !ruby/object:Gem::Version
|
|
99
102
|
version: 3.2.0
|
|
100
103
|
requirements: []
|
|
101
|
-
rubygems_version: 3.
|
|
104
|
+
rubygems_version: 3.5.22
|
|
105
|
+
signing_key:
|
|
102
106
|
specification_version: 4
|
|
103
107
|
summary: Integrate Tailwind CSS with the asset pipeline in Rails.
|
|
104
108
|
test_files: []
|