mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 07:38:03 -05:00
This batch files catches calls to the modenizr script, tells the environment to use node and then passes along all arguments.
3 lines
34 B
Batchfile
3 lines
34 B
Batchfile
@echo off
|
|
node .\bin\modernizr %*
|