2024-10-28 14:10:44 +01:00
|
|
|
import './bootstrap.js';
|
2024-11-18 17:07:22 +01:00
|
|
|
|
|
|
|
// jQuery
|
|
|
|
import $ from 'jquery';
|
|
|
|
window.$ = $;
|
|
|
|
|
|
|
|
// Bootstrap
|
|
|
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
|
|
|
|
|
// Local CSS
|
|
|
|
import './styles/bootswatch.min.css'
|
2024-10-28 14:10:44 +01:00
|
|
|
import './styles/app.css';
|
|
|
|
|
|
|
|
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');
|