Skip to content

darblast/darblast.js

Repository files navigation

darblast.js

Building

Installing dependencies:

npm i

Building just the output JS files:

gulp default

Including the docs (in the doc directory):

gulp all

Testing

gulp test

Debugging

All tests are in the test directory. Add a debugger statement to the test you want to debug, open chrome://inspect in Chrome, then run:

npm --node-options --inspect test