can-debug

v2.0.7
CanJS Debugger
donejs-plugin

preversion

npm test && npm run build

version

git commit -am "Update version number" && git checkout -b release && git add -f dist/

postpublish

git push --tags && git checkout master && git branch -D release && git push

testee

testee test.html --browsers firefox

test

npm run jshint && npm run testee

jshint

jshint ./*.js src/**/*.js

release:pre

npm version prerelease && npm publish --tag=pre

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

build

node build.js

develop

done-serve --static --develop --port 8080
npm i can-debug

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 5/24/2019

Downloads