File tree Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1313//= require rails-timeago 
1414//= require locales/jquery.timeago.de.js 
1515// 
16- // lib/assets 
17- //= require flash 
18- //= require color_mode_picker 
19- // 
2016// app/assets 
2117// --> Include some assets first, as they are used by other assets. 
2218// --> Hence, the order specified here is important. 
Original file line number Diff line number Diff line change @@ -88,3 +88,7 @@ window.ace = ace; // Publish ace in global namespace
8888// Turbo 
8989import  '@hotwired/turbo-rails' ; 
9090import  './turbo-migration' ; 
91+ 
92+ // Import of Rails sprocket assets with minimal changes. After the initial migration these files should 
93+ // be moved to an appropriate place after some adjustments to fit modern Rails JS. 
94+ import  'sprocket_asset_import' ; 
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ import  './flash' ; 
2+ import  './color_mode_picker' ; 
3+ 
4+ import  './request_for_comments' ; 
File renamed without changes.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments