mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Minified version: Make it possible to override localStorage namespace, falling back to the old bad default for now
This commit is contained in:
parent
a7751512ff
commit
da5489dcad
@ -2,7 +2,7 @@ require('./builder.js').build({
|
|||||||
"baseUrl": "../src/",
|
"baseUrl": "../src/",
|
||||||
"main": "dat/gui/GUI",
|
"main": "dat/gui/GUI",
|
||||||
"out": "../build/dat.gui.js",
|
"out": "../build/dat.gui.js",
|
||||||
"minify": false,
|
"minify": true,
|
||||||
"shortcut": "dat.GUI",
|
"shortcut": "dat.GUI",
|
||||||
"paths": {}
|
"paths": {}
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user