_ _ _
| | (_) | |
___ ___ ___ _ __ ___| |_ ___ __ _ _ _ _ _ __ _ __ ___| |
/ __|/ _ \/ __| '__/ _ \ __/ __|/ _` | | | | | '__| '__/ _ \ |
\__ \ __/ (__| | | __/ |_\__ \ (_| | |_| | | | | | | __/ |
|___/\___|\___|_| \___|\__|___/\__, |\__,_|_|_| |_| \___|_|
| |
|_|
- Requirements: Node & Gulp.js (
npm install -g gulp) git clone git@github.com:secret-squirrel/ssq-desktop.gitcd ssq-desktop && npm install && bower install
- Tab 1 -
gulp- watches and triggersbuildwhenever any source files change. - Tab 2 -
gulp run- starts the node-webkit app
gulp release- creates releases for each platform inrelease
gulp testormocha- Run tests manually- The default
gulptask will run the tests whenever any source or test files change.
