Closed tmhall closed 10 years ago
Thanks for the report and fix. I'll patch up the module and re-release soon.
Thanks for the heads up.
I'll keep an eye on metacpan for when you push the release.
On Sat, Sep 27, 2014 at 3:23 PM, Zoffix Znet notifications@github.com wrote:
Thanks for the report and fix. I'll patch up the module and re-release soon.
— Reply to this email directly or view it on GitHub https://github.com/zoffixznet/JavaScript-Minifier/issues/3#issuecomment-57067742 .
minify
produces the following warning for empty filesThis is demonstrated by the following minimal example
The easy fix for this is simply to verify that your hash key is defined before using it in a regex.
I discovered this bug because of this SO post: How do i minify all js files within a directory structure using javascipt::minify module?