Skip to content

Commit

Permalink
Exclude other worker third party modules from source
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Mar 7, 2018
1 parent bdf8078 commit 166a669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ define([

///////////////////////////////////////////////////////////////////////////

function getFailedLoadFunction(model, type, path, message) {
function getFailedLoadFunction(model, type, path) {
return function(error) {
model._state = ModelState.FAILED;
var message = 'Failed to load ' + type + ': ' + path;
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ var sourceFiles = ['Source/**/*.js',
'!Source/ThirdParty/Workers/**',
'!Source/ThirdParty/draco-decoder-gltf.js',
'!Source/ThirdParty/pako_inflate.js',
'!Source/ThirdParty/crunch.js',
'Source/Workers/createTaskProcessorWorker.js'];

var buildFiles = ['Specs/**/*.js',
Expand Down

0 comments on commit 166a669

Please sign in to comment.