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