Answer the question
In order to leave comments, you need to log in
How to set jade file compilation path for a specific project in Sublime Text 2?
In Sublime Text 2, when building jade, the html file is saved in the same folder as the jade file.
I made a setting in the build config to save to another, but this setting applies to all projects. Is it possible to change only the build path for each project without changing the settings of the main build?
I'm not sure that I explained clearly, so I'll tell you about sass as an example: a .sassbuilder-config file is created in the sass source folder, where the build path is indicated
{
"output_path": "../../css/",
"options": {
"cache": true,
"debug": false,
"line-comments": true,
"line-numbers": true,
"style": "nested"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question