-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught ReferenceError: JST is not defined #59
Comments
Hi Sergey, Thanks for writing in and for using Skim. Just to cover the basics, did you name your Skim file with a |
Hi Shawn, Yes, everything according to README. For now, I've solved the issue and there are the steps:
Regards, |
Hi.
all because require_tree . can includes coffee files before jst template. |
I've caught JST is not defined error in a browser console after new project creation. Just wanted to have some experiments with skim.
Gemfile
application.js
books.coffee file
books.jst.skim in the same location where books.coffee files located
p Hello #{@world}!
I would appreciate any advise on how to solve the issue and add skim to my application correctly?
Regards,
Sergey
The text was updated successfully, but these errors were encountered: