Using Three.js as Closure library?
问题 Looking at Three.js's build script, I see they use Google Closure compiler. I am having a small script utilizing Three.js. Can I use Google Closure to compile the script with Three.js as a library (instead of having Three.min.js preambled or included in an HTML tag) so the final output javascript is much smaller. I'm asking this because I don't see any goog.provide in Three.js source. 回答1: It looks like the build command does not specify a compilation level. That means it is using the default