fix autoprefixer not working in dev mode

This commit is contained in:
Keegan
2016-02-29 15:46:15 +11:00
parent b50a7dc72d
commit fa72cfb3a3
+1
View File
@@ -103,6 +103,7 @@ gulp.task('dev-js', ['js', 'sass'], function() {
.transform(stringify(stringifyOptions))
.transform('deamdify')
.transform(sassify, sassifyOptions)
.transform(autoprefixify, autoprefixerOptions)
.bundle()
.pipe(source('dev.js'))
.pipe(gulp.dest('./tmp/'));