-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
I've tried to add community tests to my build, but they're ignored:
gulp.task 'modernizr', ->
gulp.src dir.base + 'scripts/main.coffee'
.pipe modernizr
crawl: false
uglify: true
tests : [
'cssanimations'
'csstransforms'
'csstransforms3d'
'csstransitions'
'css-vhunit'
'css-vmaxunit'
'css-vminunit'
'css-vwunit'
'css-calc'
'flexbox'
'touch'
]
.on('error', notify.onError(
title: 'gulp [modernizr]'
message: 'Error: <%= error.message %>'))
.pipe gulp.dest dir.dist
Reactions are currently unavailable