scratch-vm/src/playground
Michael "Z" Goddard 4ceeebb257 Use src/index as browser entry point
Use src/index.js as the entry by default in tools building scratch-vm
into a larger package. This saves file space by excluding extra webpack
boilerplate and may allow for deeper optimizations.

Depend on script dependencies for downstream webpack. For another
package to build in scratch-vm's dependencies without them already
being built into a consumed webpack build they need to be listed as
dependencies. This can benefit large projects that reuse the same
dependencies multiple times. Node will still use the main entry point
and its webpack build leaves the dependencies as external references so
it may reuse common modules in Node as well as in a build a browser
environment.
2018-05-31 16:32:46 -04:00
..
benchmark.css Produce a benchmark share link storing the report in the url 2018-01-17 12:16:06 -05:00
benchmark.js Playground: load renderer as UMD 2018-01-29 14:04:19 -08:00
index.html Use src/index as browser entry point 2018-05-31 16:32:46 -04:00
suite.css Save and compare results, show individual results in iframe 2018-01-17 12:25:07 -05:00
suite.html Save and compare results, show individual results in iframe 2018-01-17 12:25:07 -05:00
suite.js Add a project to benchmark sensing_touchingobject vs other sprites (#1094) 2018-05-01 08:57:16 -04:00
video-sensing.html Rename playground/motion.html to video-sensing.html 2018-04-03 16:19:52 -04:00
video-sensing.js Rename playground/motion.html to video-sensing.html 2018-04-03 16:19:52 -04:00