pull/261/head
Nikolai Onken 2016-02-18 15:21:35 +00:00
rodzic d330350baf
commit 04ea27f8ff
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -11,8 +11,9 @@ function compress(sources, opts) {
var literals = [];
sources.forEach(function(pkg){
if (/^"disable compress"/.test(pkg.source))
if (/"disable compress"/.test(pkg.source)) {
return literals.push(pkg.source);
}
if (pkg.file) console.log("Adding '" + pkg.file + "'.");