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)