Debug mode - Sourcejs plugin for linting front-end code and debugging spec pages.
Documentation at Sourcejs.com.
Clone this repo to your plugins dir in installed Source.js and run:
npm install
volo add
This will add all dependencies. Now read documentation and use Debug mode.
If you want to develop this plugin, you can edit all files except dm.js - this file is generated. To genereate this file you can run:
grunt runReplace
or if you want to run generation after every changes in source files run:
grunt runWatch