tailwindcss-rails-alt 2.0.19-x86_64-darwin → 2.0.20-x86_64-darwin

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: e83c18dbb5c457c8d755320c5b9ca7c3ca4c725307d6f60be9429fc7814641de
4
- data.tar.gz: bf2c3bf92a40d51d29e088f6af87c214230d7e8cc61b56f5a83bd47521488caf
3
+ metadata.gz: d853afa14c9e5be1ef89833cc3c7359f2d7299ccc53df9f1c29c6eb8447f1ea8
4
+ data.tar.gz: af023d9b217dee2f3ebab3b020e6caeda5f26caff4b41ac77e1e956bd60147be
5
5
  SHA512:
6
- metadata.gz: 4f4e6f5a0ac33c9723340915ad95b9a8d6dd80a2e45d0bd46ed216965cec2b5918b7321d0b250ec66a39393d5741857edbced23c85e1bf19c7e3c80334a18930
7
- data.tar.gz: 8a1d8651547fab3ff5180f6dd5d1a3c1a43841419842d9be9737cde1cf92b82cf237ce48bc25bed6d959e1f9bc765679fb8eb282df8b8ed690a913c5d481fd71
6
+ metadata.gz: 557fc3e6bc8d95ebee62a460fb648186c21cf4776b5832949b6ba5d3c27f132d5d2d27e92962f691001763698ba667d2bda671a310fd0ac40e5bd4e6f8edf5f4
7
+ data.tar.gz: 382c1f3a9349cc3b7d268803829ba2e26283e8936f547c0094fa21fdf93d380cbbc0c84d142398af005edff837d6d58135899dccf943cd34825f2b4185aed039
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.19"
2
+ VERSION = "2.0.20"
3
3
  end
data/lib/tasks/build.rake CHANGED
@@ -2,7 +2,7 @@ namespace :tailwindcss do
2
2
  desc "Build your Tailwind CSS"
3
3
  task :build do |_, args|
4
4
  debug = args.extras.include?("debug")
5
- postcss = args.extras.include?("postcss")
5
+ postcss = args.extras.include?("postcss") || !ENV['TAILWIND_POSTCSS'].blank?
6
6
  command = Tailwindcss::Commands.compile_command(debug: debug, postcss: postcss)
7
7
  puts command.inspect
8
8
  system(*command, exception: true)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails-alt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.19
4
+ version: 2.0.20
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - David Heinemeier Hansson