Open samumist opened 7 years ago
when building a sample course with rub to test this extension, an alert window pops up with ReferenceError: Handlebars is not defined.
ReferenceError: Handlebars is not defined
No problem when building the same course with Grunt.
Add a var Handlebars = require('handlebars'); line in the extension also solves the problem for the rub tool.
var Handlebars = require('handlebars');
Not sure if this is something for the rub tool or that extension.
when building a sample course with rub to test this extension, an alert window pops up with
ReferenceError: Handlebars is not defined
.No problem when building the same course with Grunt.
Add a
var Handlebars = require('handlebars');
line in the extension also solves the problem for the rub tool.Not sure if this is something for the rub tool or that extension.