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

feat(scss): add sourcemaps to scss task#41

Open
mhartington wants to merge 2 commits intomasterfrom
feature/scss-maps
Open

feat(scss): add sourcemaps to scss task#41
mhartington wants to merge 2 commits intomasterfrom
feature/scss-maps

Conversation

@mhartington
Copy link
Copy Markdown
Contributor

Closes #21

options = assign(defaultOptions, options);

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

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
Copy Markdown

I did this and still not working.

@agustinhaller
Copy link
Copy Markdown

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.

4 participants