We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a180a29 commit 0bb4443Copy full SHA for 0bb4443
lib/tailwindcss/engine.rb
@@ -6,7 +6,7 @@ class Engine < ::Rails::Engine
6
Rails.application.config.generators.stylesheets = false
7
end
8
9
- initializer "tailwindcss.exclude_asset_path", after: "propshaft.append_assets_path" do
+ initializer "tailwindcss.exclude_asset_path", before: "propshaft.append_assets_path" do
10
if Rails.application.config.assets.excluded_paths # the app may not be using Propshaft
11
Rails.application.config.assets.excluded_paths << Rails.root.join("app/assets/tailwind")
12
0 commit comments