error Error loading plugin 'wintersmith-uglify2': Use CoffeeScript.register() or require the coffee-script/register module to require .coffee.md files.
I solved this by changing the following in index.js:
require('coffee-script');
to:
require('coffee-script/require');
I have no clue about what could be wrong, but you can please look into this and maybe update your code?
Hi, I got the following error from your plugin:
I solved this by changing the following in index.js:
to:
I have no clue about what could be wrong, but you can please look into this and maybe update your code?