File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ bundle add rails --skip-install ${RAILSOPTS:-}
2727
2828#  use the tailwindcss-rails under test
2929bundle add tailwindcss-rails --skip-install --path=" ../.." 
30+ bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS:- } 
3031bundle install --prefer-local
31- bundle show --paths
32+ bundle show --paths  |  fgrep tailwind 
3233bundle binstubs --all
3334
3435#  install tailwindcss
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ bundle add rails --skip-install ${RAILSOPTS:-}
2929bundle add tailwindcss-rails --skip-install --version 3.3.0
3030bundle add tailwindcss-ruby  --skip-install --version 3.4.17
3131bundle install --prefer-local
32- bundle show --paths
32+ bundle show --paths  |  fgrep tailwind 
3333bundle binstubs --all
3434
3535#  install tailwindcss
@@ -51,10 +51,10 @@ bundle remove tailwindcss-rails --skip-install
5151bundle remove tailwindcss-ruby --skip-install
5252
5353bundle add tailwindcss-rails --skip-install --path=" ../.." 
54- bundle add tailwindcss-ruby   --skip-install -- version 4.0.0
54+ bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS :- -- version 4.0.0} 
5555
5656bundle install --prefer-local
57- bundle show --paths
57+ bundle show --paths  |  fgrep tailwind 
5858bundle binstubs --all
5959
6060#  create a postcss file
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments