From 34d83de59e5fa46beb2d67c9f15642ae0a782fc0 Mon Sep 17 00:00:00 2001 From: Keegan Date: Wed, 9 Mar 2016 11:52:27 +1100 Subject: [PATCH] Add deamdify transform to 'clay' task in gulpfile --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 5cad718..e2e891a 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -86,6 +86,7 @@ gulp.task('clay', ['inlineHtml'], function() { debug: false, standalone: 'clay' }) + .transform('deamdify') .transform(stringify(stringifyOptions)) .transform(sassify, sassifyOptions) .transform(autoprefixify, autoprefixerOptions)