static-jade-brunch
static-jade-brunch copied to clipboard
Compiles in brunch static asset files to html. With it you can get rid of index.html and use index.jade instead.
See https://github.com/brunch/brunch/issues/541 and https://github.com/brunch/brunch/commit/8c9009d3433eb6d4eccaebda44526dc7b6b47d4d Regardless, it would be better to skip the dependency checking you're doing here entirely, and use `peerDependencies` in package.json instead.
Great plugin, but I'd really like to be able to use it with having the jade-plugin as a dependency. The problem is that the workaround you document (changing the output...