hexo-renderer-coffeescript has been deprecated.
Add support for CoffeeScript.
$ npm install hexo-renderer-coffeescript --save
You can configure this plugin in _config.yml
.
coffee:
header: false
bare: false
- header - Prepend header to generated files
- bare - Compile the JavaScript without the top-level function safety wrapper.