Skip to content
Snippets Groups Projects
Commit c872df00 authored by Christopher Brown's avatar Christopher Brown Committed by Marijn Haverbeke
Browse files

Allow using local minifier in bin/compress without dying from blob check

parent 96f3d2ca
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ walk("lib/"); ...@@ -64,7 +64,7 @@ walk("lib/");
walk("addon/"); walk("addon/");
walk("mode/"); walk("mode/");
if (!blob) help(false); if (!local && !blob) help(false);
if (files.length) { if (files.length) {
console.log("Some speficied files were not found: " + console.log("Some speficied files were not found: " +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment