Preprocessor.js icon indicating copy to clipboard operation
Preprocessor.js copied to clipboard

relative include

Open futagoza opened this issue 10 years ago • 1 comments

made the include directive work based on files directory

futagoza avatar Dec 12 '13 03:12 futagoza

I think this should be applied only if the file name begins with ./ to maintain backward compatibility in the 1.X branch.

Another option could be to change it entirely to relative paths by default, using the base directory only on / in some sort of 2.X.

dcodeIO avatar Dec 28 '13 00:12 dcodeIO