File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 55 * (and its CSS file) in your base layout (base.html.twig).
66 */
77
8- import './bootstrap ' ;
8+ import './stimulus_bootstrap.ts ' ;
99
1010import './stylesheets/dashboard-theme.css' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ import { startStimulusApp } from '@symfony/stimulus-bridge';
22
33// Registers Stimulus controllers from controllers.json and in the controllers/ directory
44export const app = startStimulusApp ( require . context (
5- '@symfony/stimulus-bridge/lazy-controller-loader!./controllers' ,
6- true ,
7- / \. [ j t ] s x ? $ /
5+ '@symfony/stimulus-bridge/lazy-controller-loader!./controllers' ,
6+ true ,
7+ / \. [ j t ] s x ? $ /
88) ) ;
9- // register any custom, 3rd party controllers here
9+
10+ // Register any custom, 3rd party controllers here
1011// app.register('some_controller_name', SomeImportedController);
You can’t perform that action at this time.
0 commit comments