Closed daffl closed 10 years ago
@daffl pull request doesn't fix compatibility with CanJS 2.1 and 2.2 with mustache
templates and custom tags. As proposed @marshallswain at #20 it should use tags for can.view.callbacks._tags
. At least it solved problem in my project.
Created #38 for this case.
This pull request adds CanJS 2.1 compatibility and support for Stache (Stache does not pre-compile therefore it will just preload the template string). The
version
flag is now mandatory since pointing tolatest
cause existing things to break after any CanJS update. Also improves support for Grunt.