Skip to content
Snippets Groups Projects
Commit 031f4266 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] remove debug on build

parent 2a45f711
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,8 @@ gulp.task('sass', ['sass-images'], function(done) {
.pipe(sass()).on('error', sass.logError)
.pipe(base64({
baseDir: "./www/css",
extensions: ['svg', 'png', /\.jpg#datauri$/i],
maxImageSize: 14 * 1024,
debug: true
extensions: ['svg', 'png', 'gif', /\.jpg#datauri$/i],
maxImageSize: 14 * 1024
}))
.pipe(gulp.dest('./www/css/'))
.pipe(cleanCss({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment