Skip to content

Commit

Permalink
New physics
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha240100 committed Oct 22, 2017
1 parent 6f4975f commit 5f58d67
Show file tree
Hide file tree
Showing 26 changed files with 18,594 additions and 4,803 deletions.
3,925 changes: 2,057 additions & 1,868 deletions build/physics-module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/physics-module.js.map

Large diffs are not rendered by default.

133 changes: 0 additions & 133 deletions build/physics-module.min.js

This file was deleted.

3,923 changes: 2,056 additions & 1,867 deletions build/physics-module.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/physics-module.module.js.map

Large diffs are not rendered by default.

4,325 changes: 4,325 additions & 0 deletions build/physics-module.native.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/physics-module.native.js.map

Large diffs are not rendered by default.

4,285 changes: 4,285 additions & 0 deletions build/physics-module.native.module.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/physics-module.native.module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle-worker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function () {
`import shimWorker from 'rollup-plugin-bundle-worker';`,
`export default new shimWorker(${JSON.stringify(paths.get(id))}, function (window, document) {`,
`var self = this;`,
fs.readFileSync(id, 'utf-8'),
fs.readFileSync(id, 'utf-8').replace('export default self;', ''),
`\n});`
].join('\n');

Expand Down
Loading

0 comments on commit 5f58d67

Please sign in to comment.