Fixed uglifying for asm-code. Added dist-task for building distribution-files

This commit is contained in:
Christoph Oberhofer
2015-03-14 15:43:46 +01:00
parent 24ceb3480c
commit 594aeb2fc0
9 changed files with 81 additions and 50 deletions
+2 -22
View File
@@ -3682,27 +3682,6 @@ define("glMatrix", ["typedefs"], (function (global) {
};
}(this)));
/*
<augmentedJS: A javascript library for natural feature tracking>
Copyright (C) 2011
- Christoph Oberhofer (ar.oberhofer@gmail.com)
- Jens Grubert (jg@jensgrubert.de)
- Gerhard Reitmayr (reitmayr@icg.tugraz.at)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* glMatrixAddon.js
* Extension to the glMatrix library. The original glMatrix library
@@ -5487,6 +5466,7 @@ define('rasterizer',["tracer"], function(Tracer) {
define('skeletonizer',[],function() {
/* @preserve ASM BEGIN */
function Skeletonizer(stdlib, foreign, buffer) {
"use asm";
@@ -5680,6 +5660,7 @@ define('skeletonizer',[],function() {
skeletonize : skeletonize
};
}
/* @preserve ASM END */
return Skeletonizer;
});
@@ -7044,7 +7025,6 @@ define('config',[],function(){
controls: false,
locate: true,
numOfWorkers: 4,
scriptName: 'quagga.js',
visual: {
show: true
},
+9
View File
File diff suppressed because one or more lines are too long