Skip to content

Commit ba613d7

Browse files
committed
...
1 parent 4b35065 commit ba613d7

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

app/javascript/application.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ import './turbo-migration';
9393
import "@rails/actioncable"
9494
import "./channels"
9595

96-
// Import of Rails sprocket assets with minimal changes.
97-
import 'sprocket_assets'
96+
// Import of Rails sprocket assets with minimal changes. After the inital migration this
97+
// files should be included in the application after some adjstments to fit modern Rails JS.
98+
import 'sprocket_asset_import'

0 commit comments

Comments
 (0)