sassdoc foo/
--> creates a sassdoc folder in current working dir.
sassdoc foo/ -c bar/config.json
--> creates a sassdoc folder in bar/.
@valeriangalliat is that intended somehow ? I find it a bit confusing, plus it's breaking the grunt-sassdoc tests, which makes me think it's been introduced by a recent refactor.
sassdoc foo/--> creates a
sassdocfolder in current working dir.sassdoc foo/ -c bar/config.json--> creates a
sassdocfolder inbar/.@valeriangalliat is that intended somehow ? I find it a bit confusing, plus it's breaking the
grunt-sassdoctests, which makes me think it's been introduced by a recent refactor.