-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
Moving issues from SassDoc/gulp-sassdoc#8
Quote @ben-eb
. ├── README.md ├── assets │ ├── css │ └── js └── sassdoc ├── assets └── index.htmlThis is a clearer, more intuitive way of running the software. Not only do the
forceandinteractiveoperations become obsolete, but we tell the user that their documentation by default creates a folder for itself, and subsequent runs will update that folder.
And @hugogiraudel :
If we are willing to do this, make the folder name customisable, and chose a secure default (i.e. not
sassdoc).
JsDoc is doing it this way too.