Skip to content

Build fails without further notice using Sassdoc v2.1.16  #438

Closed
@timschoch

Description

@timschoch

Hello Folks
We've upgraded to the latest sassdoc version and our builds fail without tellung us what's wrong. This is the only Info that gets logged:

2015-11-30T10:09:40.7706789Z Executing the powershell script: D:\asdf\tasks\Gulp\0.5.4\Gulptask.ps1
2015-11-30T10:09:41.0674204Z C:\Users\xyz\AppData\Roaming\npm\gulp.cmd copy sassdoc --gulpfile "d:\work\31\s\gulpfile.js" 
2015-11-30T10:09:43.5362138Z [11:09:43] Using gulpfile d:\work\31\s\gulpfile.js
2015-11-30T10:09:43.5362138Z [11:09:43] Starting 'clean'...
2015-11-30T10:09:43.5518342Z [11:09:43] Starting 'lint'...
2015-11-30T10:09:43.5518342Z [11:09:43] Finished 'lint' after 203 ╬╝s
2015-11-30T10:09:43.5518342Z [11:09:43] Starting 'sassdoc'...

We tried to replicate the problem on a dev vm and locally, but no difference an no more infos.
It just stalls and doesn't report anything. With v2.1.15 it works fine.

Task config is:

// Build the Core Sassdoc
gulp.task('sassdoc', function () {
    var options = {
            dest: 'Documentation/sassdoc',
            theme: './node_modules/sassdoc-theme-ioz', // <- same for default theme
            verbose: true,
            force: true
        };
    return gulp.src(path.join(paths.src, '/**/*.scss'))
            .pipe(sassdoc(options));
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions