kopia lustrzana https://github.com/c9/core
fix build
rodzic
d330350baf
commit
04ea27f8ff
|
@ -11,8 +11,9 @@ function compress(sources, opts) {
|
||||||
var literals = [];
|
var literals = [];
|
||||||
|
|
||||||
sources.forEach(function(pkg){
|
sources.forEach(function(pkg){
|
||||||
if (/^"disable compress"/.test(pkg.source))
|
if (/"disable compress"/.test(pkg.source)) {
|
||||||
return literals.push(pkg.source);
|
return literals.push(pkg.source);
|
||||||
|
}
|
||||||
|
|
||||||
if (pkg.file) console.log("Adding '" + pkg.file + "'.");
|
if (pkg.file) console.log("Adding '" + pkg.file + "'.");
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue