mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
14 lines
324 B
CoffeeScript
14 lines
324 B
CoffeeScript
|
import '../jquery'
|
||
|
import 'popper.js'
|
||
|
import 'bootstrap'
|
||
|
import {} from 'jquery-ujs'
|
||
|
import 'jquery.turbolinks/src/jquery.turbolinks'
|
||
|
import 'jquery.guillotine'
|
||
|
import 'particleground/jquery.particleground.min'
|
||
|
import 'jquery.growl'
|
||
|
|
||
|
import './ban'
|
||
|
import './comment'
|
||
|
import './destroy'
|
||
|
import './privileges'
|
||
|
import './vote'
|