Skip to content

Commit

Permalink
switch to gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Aug 20, 2015
1 parent 4b3a5d2 commit 1b233de
Show file tree
Hide file tree
Showing 10 changed files with 373 additions and 259 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
*.swo
.DS_Store
node_modules
build/*
wrapper/cache
wrapper/release
build
3 changes: 2 additions & 1 deletion finder/finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ proto.whitelist = [
/b8:27:eb/, // rasberry pi ethernet
/00:e0:4c/, // realtek
/00:14:78/, // tp-link
/00:0c:43/ // ralink
/00:0c:43/, // ralink,
/00:c0:ca/ // alfa
];

proto.start = function(cb) {
Expand Down
1 change: 1 addition & 0 deletions finder/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ function ssh_connect(config) {
if(terminal.isVisible()) {
terminal.close();
main.focus();
main.webContents.send('status', 'Connection closed.');
}

});
Expand Down
Loading

0 comments on commit 1b233de

Please sign in to comment.