Browse Source

wrong filename in make.js

Saebekassebil 13 years ago
parent
commit
878854f7cf
  1. 2
      make.js

2
make.js

@ -98,7 +98,7 @@ target.bundle = function() { @@ -98,7 +98,7 @@ target.bundle = function() {
'../external/jpgjs/jpg.js',
'jpx.js',
'bidi.js',
'metadata-js'];
'metadata.js'];
if (!exists(BUILD_DIR))
mkdir(BUILD_DIR);

Loading…
Cancel
Save