Skip to content

Instantly share code, notes, and snippets.

@beijaflor
Created March 15, 2016 08:39
Show Gist options
  • Save beijaflor/ad45753859a2011be87b to your computer and use it in GitHub Desktop.
Save beijaflor/ad45753859a2011be87b to your computer and use it in GitHub Desktop.
{
"scripts": {
"watch:js": "babel -w ./src/js/ --out-dir ./ --presets=\"es2015\"",
"build:js": "babel ./src/js/ --out-dir ./ --presets=\"es2015\"",
"serve": "browser-sync start --server --files=\"./*.html, ./*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"watch": "^0.17.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment