Skip to content

Instantly share code, notes, and snippets.

@jlyon
jlyon / gist:8cafcf476a11bf138529
Created March 26, 2015 18:11
Platform.io cli
drush rsync @helm-platform._local:%files/ @helm-platform.master:%files
drush sql-sync @helm-platform._local @helm-platform.master
@kagemusha
kagemusha / gist:5866759
Created June 26, 2013 11:37
Using Debugger with Grunt
version: grunt-cli v0.1.8
1. Install node-inspector globally (-g)
npm install -g node-inspector
2. Add debugger statements to your code
3. Run your grunt task in debug mode