11 lines
182 B
CoffeeScript
11 lines
182 B
CoffeeScript
# libs
|
|
window.$ = require('jquery')
|
|
|
|
# import bootstrap
|
|
require './style/custom.scss'
|
|
require 'bootstrap/js/dist/alert'
|
|
require 'bootstrap/js/dist/collapse'
|
|
|
|
# on load
|
|
$ ->
|
|
return
|