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

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mhartington
Copy link
Contributor

Closes #21

@@ -32,8 +34,10 @@ module.exports = function(options) {
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.

4 participants