emiloberg / markdown-styleguide-generator

Will search all your (s)css files for comments and generate a single page html styleguide
GNU General Public License v3.0
62 stars 19 forks source link

Comments Output Twice #12

Closed michaelspellacy closed 7 years ago

michaelspellacy commented 7 years ago

Hi! Nice plugin! I seem to be having an issue where the comment is being spit out twice. This is via the normal build running "styleguide" in terminal. Folder setup is simple, too. Just a sass and css folder. Running Node v 6.10.1 on OS X 10.11.5

image

Thanks in advance!

michaelspellacy commented 7 years ago

Seems I solved my own issue! I'm using compass to compile my CSS. The generator was reading comments from the CSS and the Sass. Excluding the css directory via "excludeDirs": ["css"], solves my issue.

Thanks anyway!