This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/src/usercp.coffee

12 lines
182 B
CoffeeScript
Raw Normal View History

2018-12-27 00:24:14 +00:00
# libs
window.$ = require('jquery')
# import bootstrap
require './style/custom.scss'
require 'bootstrap/js/dist/alert'
2018-12-27 17:30:22 +00:00
require 'bootstrap/js/dist/collapse'
2018-12-27 00:24:14 +00:00
# on load
$ ->
return