Closed Doogiemuc closed 10 years ago
I'll try to take a look at that this PR later this weekend. The one tricky part I see is developers using an older version of jade with the older api; I wonder if we need to check for compileClient
first and then fall back to compile
if it doesn't exist. Thanks!
Thanks for the catch, I went ahead and updated the compiler file so it would work with both the old and new jade api, I think that approach should work going forward... 06fb42d0e2bdabc377c9661e58e9169620395caa
It seems that Jade has changed it's API. When I create the default spine skeleton app with spine.app, and run it with "hem server". I get the following error:
The little change in this pull request fixes this. Please test this bugfix thoroughly. I am quite new to coffeescript and spine.