Skip to content

Commit 7ac0519

Browse files
authored
Update build.rake
1 parent b000761 commit 7ac0519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tasks/build.rake

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'shellwords'
2-
TAILWIND_COMPILE_COMMAND = "#{Pathname.new(__dir__).to_s.shellescape}/../../exe/tailwindcss -i #{Rails.root.join("app/assets/stylesheets/application.tailwind.css").to_s.shellescape} -o #{Rails.root.join("app/assets/builds/tailwind.css").to_s.shellescape} -c #{Rails.root.join("config/tailwind.config.js").to_s.shellescape}"
2+
3+
TAILWIND_COMPILE_COMMAND = "#{Pathname.new(__dir__).to_s.shellescape}/../../exe/tailwindcss -i #{Rails.root.join("app/assets/stylesheets/application.tailwind.css")} -o #{Rails.root.join("app/assets/builds/tailwind.css")} -c #{Rails.root.join("config/tailwind.config.js")}"
34

45
namespace :tailwindcss do
56
desc "Build your Tailwind CSS"

0 commit comments

Comments
 (0)