Skip to content

Instantly share code, notes, and snippets.

@hrkd
Created June 24, 2013 08:12
Show Gist options
  • Save hrkd/5848485 to your computer and use it in GitHub Desktop.
Save hrkd/5848485 to your computer and use it in GitHub Desktop.
windows + sublime text + gruntのbuild設定ファイル
{
"cmd": ["grunt", "--no-color"],
"selector": ["Gruntfile.js"],
"working_dir": "${project_path}",
"windows":{
"path": "C:\\Users\\User\\AppData\\Roaming\\npm\\;C:\\Program Files\\nodejs\\",
"encoding": "cp932",
"shell":true
},
"variants": [
{}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment