Closed michaeldewayneharris closed 9 years ago
It looks like they do work via $.nunjucksRender removing the dash and uppercasing the letter after the dash. This should probably be added to the documentation
It is documented, within the options code block example:
camelize: true, // if true, transforms hyphenated plugins names to camel case
I missed that! sorry for the false report!
npm install gulp-nunjucks-render
var $ = require('gulp-load-plugins)();
no way to access $.nunjucks-render
also $['nunjucks-render'] is undefined
it would be nice if it would just remove the dash and load it so that you can access via $.nunjucksrender