

One of the important tasks in large projects is the documentation and creation of style guides. This process should be automated if it’s possible. Previously I used the grunt-dss plugin, but during migration of the Muilessium to gulp a little problem appeared…
Gulp-dss plugin from the author of the original plugin for grunt doesn’t support handlebars syntax for templates. I planned the migration of other projects and the idea to rewrite all templates for style guides to another syntax was very bad. So I wrote my own realization of gulp-dss plugin.
My plugin supports handlebars syntax and it makes the migration of the projects to gulp faster. It’s distributed under the MIT license and the sources available on GitHub.