Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"grunt-jsbeautifier": "~0.2.2"
},
"scripts": {
"test": "grunt"
"test": "grunt",
"prepublish": "echo \"Make sure you have the latest voodoospark installed!\""
},
"js-flags": "--harmony"
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ Then add the following to your dot-rc file of choice:
source ~/.sparkrc
```

### Troubleshooting

- Make sure you have installed the latest [voodoospark](https://github.com/voodootikigod/voodoospark) firmware onto your device.



Expand Down