frolfr / frolfr-server

Frolfr's Rails API
http://frolfr.herokuapp.com
5 stars 1 forks source link

Using Transitions with Liquid-Fire #164

Open gschorkopf opened 9 years ago

gschorkopf commented 9 years ago

Runs into following error in chrome dev tools:

Uncaught SyntaxError: Unexpected token = (api-key.js:1)
Uncaught ReferenceError: define is not defined

Seems related to https://github.com/ef4/liquid-fire/issues/237

gschorkopf commented 9 years ago

Tries:

Uncaught TypeError: Cannot read property 'container' of undefined (liquid-with:9)

It appears to be related to:

https://github.com/ef4/liquid-fire/issues/190

gschorkopf commented 9 years ago

Looks like we'll have to come back to this issue later.