Skip to content

dgautsch/hexo-renderer-browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browserify renderer for Hexo

Install

$ npm install hexo-renderer-browserify2 --save

Example _config.yml

browserify:
    exclude:
    - '**/*.min.js'

Refer to the Browserify API for full options.