Created
June 24, 2013 08:12
-
-
Save hrkd/5848485 to your computer and use it in GitHub Desktop.
windows + sublime text + gruntのbuild設定ファイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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