Skip to content

Instantly share code, notes, and snippets.

@alphatr
Created May 8, 2015 10:36
Show Gist options
  • Save alphatr/3b7e0c78fd24a99be4f4 to your computer and use it in GitHub Desktop.
Save alphatr/3b7e0c78fd24a99be4f4 to your computer and use it in GitHub Desktop.
scss + gulp + browser-sync 开发
{
"name": "static-dev",
"version": "0.0.1",
"description": "static-dev tools",
"main": "",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.3.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.0.0",
"gulp-clean-css": "^1.0.2",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "~0.8.0",
"gulp-sass": "^1.3.3"
},
"scripts": {},
"keywords": [
"static-dev"
],
"author": "alpha"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment