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