Skip to content
This repository was archived by the owner on May 14, 2018. It is now read-only.
This repository was archived by the owner on May 14, 2018. It is now read-only.

Sourcemaps not working #70

Description

@thany

Sourcemaps aren't being outputted when I use amd-optimize. When I leave it out, sourcemaps work fine.

return gulp.src(['source/js/**/*.js'])
    .pipe(sourcemaps.init())
      .pipe(amdOptimize('js/main', config))  //<-- comment to get sourcemaps to work
      .pipe(concat('main.js'))
    .pipe(sourcemaps.write('./'))
    .pipe(gulp.dest('source/js/main'));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions