yjs/.codio
2014-12-14 17:00:02 +00:00

17 lines
441 B
Plaintext

{
// Configure your Run and Preview buttons here.
// Run button configuration
"commands": {
"browser": "gulp browser",
"test&compile": "gulp"
},
// Preview button configuration
"preview": {
"Project Index (static)": "https://{{domain}}/{{index}}",
"Current File (static)": "https://{{domain}}/{{filepath}}",
"Box URL": "http://{{domain}}:3000/",
"Box URL SSL": "https://{{domain}}:9500/"
}
}