Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/assets/
Upload File :
Current File : /var/www/v3.cesa.co.za/assets/app.js

/*
 * Welcome to your app's main JavaScript file!
 *
 * We recommend including the built version of this JavaScript file
 * (and its CSS file) in your base layout (base.html.twig).
 */

//import $ from 'jquery';
const $ = require('jquery');

global.$ = $;
global.jQuery = $;
Window.prototype.$ = $;

// this "modifies" the jquery module: adding behavior to it
// the bootstrap module doesn't export/return anything
require('bootstrap');
require('jquery-ui-bundle');

// any CSS you import will output into a single css file (app.css in this case)
import './styles/global.scss';

import '../public/css/app.css';

// start the Stimulus application
import 'bootstrap';