-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
JS error on run—Object #<Object> has no method 'merge' #158
Comments
Check out this thread: handlebars-lang/handlebars.js#547 |
This work for me FROM Strut root dir: |
@sainejob thanks for doing the research on this. |
Should have been closed with commit e7c462c |
This is still happening with grunt-contrib-handlebars 0.6.0 and handlebars.runtime.amd 1.1.2 (both latest versions, in npm and bower) . I can fix by using the command line utility for each template but it's quite laborious, i'd rather this be automated with grunt. |
How did you end up running with grunt-contrib-handlebars 0.6.0? Strut's package.json specifies ~0.5. Is it possible that npm is pulling in some global installation of grunt-contrib-handlebars instead of the local one? |
I'm able to setup and run the Strut server, but loading the webpage results in an immediate error:
This is the case in both Chrome & Firefox.
Some env stats:
Mac OS X 10.8
Ruby 2
Node 0.10.5
The text was updated successfully, but these errors were encountered: