tolyo / html-pages-brunch

Brunch plugin for compiling and minifying HTML files
MIT License
11 stars 4 forks source link

Rewrite the stuff #6

Closed shvaikalesh closed 8 years ago

shvaikalesh commented 8 years ago
  1. optimize should be used here instead of compile.
  2. Promise should be returned from most of plugin methods.
  3. Babel is not needed for Brunch plugins.
  4. Brunch should take care of writing to disk, not plugins.
tolyo commented 8 years ago

Awesome