Minified version: Make it possible to override localStorage namespace, falling back to the old bad default for now

This commit is contained in:
kristoffer 2016-07-08 16:10:19 +02:00
parent a7751512ff
commit da5489dcad

View File

@ -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": {}
}); });