massivedanger / protagonist

A Twine story format with power!
ISC License
33 stars 5 forks source link

JavaScript ReferenceError in exported story .html #5

Closed hoverbird closed 9 years ago

hoverbird commented 9 years ago

I've tested this out with a very vanilla Twine story, using protagonist. My story plays fine within the Twine editor, but when I publish to file and try to run it, it appears that $ is undefined:

Uncaught ReferenceError: $ is not defined1../story @ Test Protagonist.html:27s @ Test Protagonist.html:27e @ Test Protagonist.html:27(anonymous function) @ Test Protagonist.html:27

This is running the Twine 2 app locally, on a Mac. Exported story html is here: https://gist.github.com/hoverbird/c007fa5a2f6b1ae4df2d

Thanks for your work on Protagonist... this story format is exactly what I need for a project I'm working on!