Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Conversation

@mhartington
Copy link
Contributor

Closes #21

options = assign(defaultOptions, options);

return gulp.src(options.src)
.pipe(debug ? sourcemaps.init() : noop())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line throws because debug is not defined. I think this should read
.pipe(options.debug ? ...

@masscreation
Copy link

I did this and still not working.

@agustinhaller
Copy link

Hi, can you please merge the scss-maps branch to master. It would be awesome to have sass sourcemaps in ionic 2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants