Skip to content

Commit

Permalink
Fix Tailwind path (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper authored Mar 17, 2024
1 parent 16e7ce5 commit cb5088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/phlex/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class InstallGenerator < ::Rails::Generators::Base
source_root File.expand_path("templates", __dir__)

APPLICATION_CONFIGURATION_PATH = Rails.root.join("config/application.rb")
TAILWIND_CONFIGURATION_PATH = Rails.root.join("config/tailwind.config.js")
TAILWIND_CONFIGURATION_PATH = Rails.root.join("tailwind.config.js")

def autoload_components
return unless APPLICATION_CONFIGURATION_PATH.exist?
Expand Down

0 comments on commit cb5088e

Please sign in to comment.