mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 13:36:06 +01:00
9 lines
No EOL
377 B
CoffeeScript
9 lines
No EOL
377 B
CoffeeScript
# HACK: Can't believe I have to do this, but this is a workaround
|
|
# as long as we have to deal with all the legacy code
|
|
#
|
|
# We're going to set up a global jQuery instance here and configure it
|
|
# with all our plugins because with newfangled bundling the old approach
|
|
# and especially jQuery doesn't really work out
|
|
|
|
import jQuery from 'jquery'
|
|
window.$ = window.jQuery = jQuery |