oliverfoster / adapt-buildkit-rub

Command line Native BuildKit (alternative to gulp and grunt)
5 stars 1 forks source link

ReferenceError: Handlebars is not defined? #50

Open samumist opened 7 years ago

samumist commented 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.

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.

handlebars reference error