Sublime Forum

Custom Build with MAMP Pro

#1

I apologized if this was already asked. I know how to do it with MAMP

{
“cmd”: “open”, “-a”, “/Applications/Google Chrome.app”, “http://localhost:8888/${file/\/Volumes\/www\///}”]
}

But with MAMP PRO you can configure different type of servers so you don’t need to use local host, I want it to use the name of the folder its in like this but this doesn’t work. HELP?

{
“cmd”: “open”, “-a”, “/Applications/Google Chrome.app”, “http://:8888$ProjectDir/${file/\/Volumes\/www\///}”]
}

0 Likes