* 'feature/process-fork-messaging' of git://github.com/jsbin/jsbin: (54 commits)
move zmq to optional deps
dont send options to zmq
pass type to jobsworth
pass access token, not user
only start dropbox if we initialize it
dont pass app to dropbox initialize
Update flash message text
Add link to dropbox button
Stringify options before sending
put /auth/dropbox behind a feature flag
Add dropbox feature
Stringify object before sending
add zmq as dependancy
revert removal of template
update dropbox for zmq/jobsworth
Add commented out debugger
move callback url to config
access_token => accessToken
Remove parent.js
Add flash message to confirm dropbox linking
...
Conflicts:
lib/addons/memcached/index.js
lib/features.js
package.json
* 'master' of git://github.com/jsbin/jsbin: (75 commits)
#1346 Removed sublime cmd up/down
Fixed help panel for keybindings
Moved specific css files outside main css
#1350: Removed togetherjs
Little tweaks
3.13.12
Fixed Brian's username
Successfully detecting labels
Update to Ember 1.5.0.
Better Tern loading
Clean the indentation and jshint of the files
3.13.11
Removed loading of external CodeMirror theme styles, they're already in the main css.
#1339 Tern is now started with its own function and not automatically after download.
#1337 Autoprefixer support
3.13.10
Fucking clown shoes.
Corrected scope of this
3.13.9
If there's a user, then do the settings
...
Conflicts:
public/js/chrome/save.js
Still needs some work to get the syncing working. Got a feeling I might have to delete the code, re-plan and do it again (because there's a number of different ways it can happen).
The template needs the user object (expected to be the session user), and usage is:
```html
{{#feature user "alpha"}}You are alpha user{{/feature}}
```