Skip to content

Instantly share code, notes, and snippets.

@aloerina01
Last active October 25, 2016 11:22
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 aloerina01/04e8dd2903509a0e23b0a0b0f5d32ebe to your computer and use it in GitHub Desktop.
Save aloerina01/04e8dd2903509a0e23b0a0b0f5d32ebe to your computer and use it in GitHub Desktop.
ビルド環境雛形
{
"scripts": {
"build" : "gulp",
"production": "gulp production",
"sass" : "gulp sass",
"minify" : "gulp minify"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment