Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excludeTests option is not working #29

Open
azizur opened this issue Jan 6, 2016 · 1 comment
Open

excludeTests option is not working #29

azizur opened this issue Jan 6, 2016 · 1 comment

Comments

@azizur
Copy link

azizur commented Jan 6, 2016

I am not 100% sure if it's and issue with the Modernizr 3.0.0-alpha but when I am trying to exclude track and performance tests from Modernizr.

So my customizr.json looks likes this:

{
   "options" : ["setClasses"],
    "excludeTests": [ "track", "performance"]
}

Then I am calling:
./bin/customizr --config customizr.json

The resulting generated file build/modernizr-custom.js contains Modernizr.addTest("track","kind"in createElement("track")).

@azizur azizur changed the title excludeTests is not working excludeTests option is not working Jan 6, 2016
@mtompkins
Copy link

Called through gulp-modernizr, I see failures to exclude: "progressbar" and "meter" tests. Also worth noting that the modernizr website refers to this now as "progressbar_meter" on the download page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants