JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
969 stars 70 forks source link

Fix broken lodash template in latest major version. #81

Closed jdillick closed 9 years ago

jdillick commented 9 years ago

After lodash 3.0.0, the template() functionality is broken.

JonAbrams commented 9 years ago

Thanks for the PR and sorry for the delay.

It looks like lodash 3.x has other breaking changes, hence the failed tests. I've just released version 0.6.1 of Synth, it locks to lodash 2.x, which should fix any issues.