Skip to content

Commit

Permalink
Updated fflate to 0.6.2 and removed fflate-deflate.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 11, 2021
1 parent ce55022 commit 388d909
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion editor/js/Menubar.File.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as THREE from '../../build/three.module.js';

import { zipSync, strToU8 } from './libs/fflate-deflate.min.module.js';
import { zipSync, strToU8 } from '../../examples/jsm/libs/fflate.module.min.js';

import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';

Expand Down
7 changes: 0 additions & 7 deletions editor/js/libs/fflate-deflate.min.module.js

This file was deleted.

1 change: 0 additions & 1 deletion editor/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const assets = [
'./js/libs/tern-threejs/threejs.js',

'./js/libs/signals.min.js',
'./js/libs/fflate-deflate.min.module.js',
'./js/libs/ui.js',
'./js/libs/ui.three.js',

Expand Down
3 changes: 1 addition & 2 deletions examples/js/libs/fflate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/jsm/libs/fflate.module.min.js

Large diffs are not rendered by default.

0 comments on commit 388d909

Please sign in to comment.