mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -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,
|
debug: false,
|
||||||
standalone: 'clay'
|
standalone: 'clay'
|
||||||
})
|
})
|
||||||
|
.transform('deamdify')
|
||||||
.transform(stringify(stringifyOptions))
|
.transform(stringify(stringifyOptions))
|
||||||
.transform(sassify, sassifyOptions)
|
.transform(sassify, sassifyOptions)
|
||||||
.transform(autoprefixify, autoprefixerOptions)
|
.transform(autoprefixify, autoprefixerOptions)
|
||||||
|
|||||||
Reference in New Issue
Block a user