spectorjs

v0.9.17
Explore and Troubleshoot your WebGL scenes easily.
webgl webgl2 debug debugger inspector

clean

rm -r built/* & rm -r /dist/* & rm -r /extensions/spector.bundle.js

html

node ./tools/devLiveReloadServer.js /../.temp/

watch

webpack --config tools/webpack.config.js --env=dev

start

run-p html watch -l

build:bundle

webpack --config tools/webpack.config.js --env=prod

build:copybuild:copy:bundle

node ./tools/copy.js /../dist/spector.bundle.js /../extensions/spector.bundle.js

build:concatBundleFunc

concat-cli -f tools/spector.ext.header.js dist/spector.bundle.js tools/spector.ext.footer.js -o extensions/spector.bundle.func.js

build:tslint

tslint -c ./tslint.json -p ./src/tsconfig.json

build

run-s build:tslint build:bundle build:copybuild:copy:bundle build:concatBundleFunc -n

test

echo "Error: no test specified" && exit 1

Metadata

  • MIT
  • Whatever
  • @SpectorJS
  • released 7/31/2020

Downloads

Maintainers