mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 06:44:44 +00:00
Fix build.js
This commit is contained in:
parent
77013208de
commit
b3f76c7e09
1 changed files with 1 additions and 3 deletions
4
build.js
4
build.js
|
|
@ -191,10 +191,8 @@ var filesToInclude = [
|
|||
|
||||
if (buildMinified) {
|
||||
for (var i = 0; i < filesToInclude.length; i++) {
|
||||
var fileNameWithoutSlashes = filesToInclude[i].replace(/\//g, '^');
|
||||
|
||||
if (!filesToInclude[i]) continue;
|
||||
|
||||
var fileNameWithoutSlashes = filesToInclude[i].replace(/\//g, '^');
|
||||
exec('uglifyjs -nc ' + filesToInclude[i] + ' > tmp/' + fileNameWithoutSlashes);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue