Sublime Forum

Building files from localhost subdirectories

#1

After more hassle and forum browsing than I care to admit, I finally managed to have Sublime Text 3 build files from my local LAMP host this morning, but the script only works with items located directly in the root directory. I’d like to organize exercises into folders based on the different sections of my book, which the current setup doesn’t accommodate.

Here is the code:

{ "cmd": "/opt/google/chrome/google-chrome" ,"localhost/$file_name"] }

Diving into the documentation didn’t turn up any answers, or at least none that I could understand. How would I go about extending the build system to subdirectories, if that is at all possible?

0 Likes