Skip to content

Add ability to use --debug with Gulp #406

Open
@KittyGiraudel

Description

@KittyGiraudel

In a Gulp setup, debug: true does not print anything.

gulp.task('sassdoc', function () {
  return gulp
    .src('./**/*.scss')
    .pipe(sassdoc({
      dest: './views/sassdoc',
      config: './.sassdocrc', 
      debug: true,
      verbose: true
    }))
    .resume();
});
[15:39:43] Starting 'sassdoc'...
[15:39:43] Finished 'sassdoc' after 164 ms
» [WARNING] Parser for annotation `flag` not found. Location: `linePoster.test.scss:5:8`
» Sass sources successfully parsed.
» Folder `views/sassdoc` successfully refreshed.
» Theme `default` successfully rendered.
» Process over. Everything okay!
✓ SassDoc completed after 164ms

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions