magnusjt/schedulerjs

Can't start

MinChanSike opened this issue · 1 comments

Get this error when I start example\ex1.html.
ReferenceError: schedulerjsTemplates is not defined
this.element.html(schedulerjsTemplates.layout({

It is because of templates.js?
There is no templates.js in ../src/templates/

You either have to use the files in the dist folder where the template is included, or you need to run the grunt task to create it.