mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
Add deamdify transform to 'clay' task in gulpfile
This commit is contained in:
@@ -86,6 +86,7 @@ gulp.task('clay', ['inlineHtml'], function() {
|
||||
debug: false,
|
||||
standalone: 'clay'
|
||||
})
|
||||
.transform('deamdify')
|
||||
.transform(stringify(stringifyOptions))
|
||||
.transform(sassify, sassifyOptions)
|
||||
.transform(autoprefixify, autoprefixerOptions)
|
||||
|
||||
Reference in New Issue
Block a user