File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
require 'shellwords'
2
- TAILWIND_COMPILE_COMMAND = "#{ Pathname . new ( __dir__ ) . to_s . shellescape } /../../exe/tailwindcss -i #{ Rails . root . join ( "app/assets/stylesheets/application.tailwind.css" ) . shellescape } -o #{ Rails . root . join ( "app/assets/builds/tailwind.css" ) . shellescape } -c #{ Rails . root . join ( "config/tailwind.config.js" ) . shellescape } "
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 } "
3
3
4
4
namespace :tailwindcss do
5
5
desc "Build your Tailwind CSS"
You can’t perform that action at this time.
0 commit comments