Skip to content

Instantly share code, notes, and snippets.

@kagundajm
Created September 27, 2020 13:28
Show Gist options
  • Save kagundajm/8aa830470acc449ceac01e8ee15483ff to your computer and use it in GitHub Desktop.
Save kagundajm/8aa830470acc449ceac01e8ee15483ff to your computer and use it in GitHub Desktop.
import 'bootstrap/dist/css/bootstrap.css';
import './css/site.css'
// Make jQuery available globally
import $ from 'jquery'
window.$ = window.jQuery = $
import 'bootstrap'
import 'jquery-validation'
import 'jquery-validation-unobtrusive'
import './js/site'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment