Skip to content

Instantly share code, notes, and snippets.

Created December 31, 2013 11:45
Show Gist options
  • Save anonymous/8195664 to your computer and use it in GitHub Desktop.
Save anonymous/8195664 to your computer and use it in GitHub Desktop.
Browser-sync + Jekyll + Grunt + Sass
{
"name": "BROWSER-SYNC_JEKYLL_GRUNT_SASS",
"version": "0.0.0",
"description": "BROWSER-SYNC + JEKYLL + GRUNT + SASS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-autoprefixer": "~0.6.3",
"grunt": "~0.4.2",
"grunt-jekyll": "~0.4.1",
"grunt-browser-sync": "~0.4.4",
"grunt-sass": "~0.9.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment