Skip to content

Community Test won't be added #24

@febLey

Description

@febLey

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions