Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created June 4, 2014 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/38221cb1ff4ee895dd0c to your computer and use it in GitHub Desktop.
Save gaspanik/38221cb1ff4ee895dd0c to your computer and use it in GitHub Desktop.
WP bs4wp_s
{
"name": "BSC4WP_s",
"version": "0.0.1",
"description": "Browser-Sync Config for WordPress Theme Development ~ underscores.me",
"main": "index.php",
"scripts": {
"start": "browser-sync start",
"postinstall": "git clone git@github.com:Automattic/_s.git ../_s",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Masaaki Komori",
"license": "GPL",
"dependencies": {
"browser-sync": "^0.9.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment