Skip to content

Sass#102

Open
rastringer wants to merge 5 commits into
codefellows-sea-d45-javascript:masterfrom
rastringer:sass
Open

Sass#102
rastringer wants to merge 5 commits into
codefellows-sea-d45-javascript:masterfrom
rastringer:sass

Conversation

@rastringer
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't see the maps and minification still.

gulp.task('sass:dev', function() {
gulp.src('./app/sass/*/.scss')
.pipe(maps.init())
.pipe(sass().on('error', sass.logError))
.pipe(minifyCss())
.pipe(maps.write('./'))
.pipe(gulp.dest('build/'));
});

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants