customizr icon indicating copy to clipboard operation
customizr copied to clipboard

Build out a lean, mean Modernizr machine.

Results 12 customizr issues
Sort by recently updated
recently updated
newest added

I have tried to create a build with the setting `classPrefix: 'has-'` from gulp, but the setting doesn't work, and as the gulp-modernizr is really just passing in the config...

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...

I am trying to set up build process on AWS, with multiple servers. All of our assets are minified and a hash suffix is added to help with cache invalidation...

I don't seem to be able to get the `customTests` option to be able to work. ``` TypeError: Cannot read property 'replace' of undefined at /Users/joelambert/Projects/Misc/primer-rareloop/node_modules/grunt-modernizr/node_modules/customizr/node_modules/modernizr/lib/build-query.js:22:22 ``` I've had a...

Currently, the target test is added to my Modernizr build because I have the following code: `e.target` In this case, I am just reading the target of an event, it...

Hi there, I would love the possibility of scoping the checks a bit more, (e.g.) now when I reference an .svg file inside my SCSS, customizr also includes the SVG...

When using customizr with the gulp-modernizr wrapper, with the following config, the `crawl` option is ignored. The tests customizr crawls for are then added to the output file, which is...

Hi there, This is a super nifty module and have it working more or less... except for this: > dest (String, optional) > > Path to save the customized Modernizr...

Hi @doctyper, I've got this issue while installing customizr plugin via gulp-modernizr on a build environment. This happens only on machines where is no node/npm installed globally. ``` ..\..\..\Tools\node.exe ..\..\..\Core\node_modules\npm\bin\npm-cli.js...

`customizr` (used via `gulp-modernizr`) detects feature checks within comments. Is this the intended behavior? Thanks! **Example 1** ``` //if (Modernizr.getusermedia){ // ... //} ``` => `` **Example 2** `console.log('Modernizr.audio');` =>...