DrALucas
Results
2
comments of
DrALucas
Hi, I have the very same issue. Editing .brackets.json does not make any change. That is really annoying. The default should be "." as most people want the compiled files...
I fixed by editing CompiledLatex.js and replace var dir = path.resolve(options.projectRoot, options.outputDirectory); by var dir = folderName; //path.resolve(options.projectRoot, options.outputDirectory);