Files
CHOMPStation2/tools/expand_filedir_paths.py
Carn 8b5f6d12cc Adding expand_filedir_paths.py - It replaces all 'file.extension' resource file references with 'relative_path/file.extension'. This should speed up compile times by reducing the number of places the compiler must look for resources.
Minor modification so the replacement list doesn't try to replace non-files inside single-quotes should the text contained in single-quotes be that of a directory name.
Example: "<span class='game'>" was becoming "<span class='code/game'>"

All credits go to thvortex of ss13-daedalus branch.
Signed-off-by: Carn <elly1989@rocketmail.com>
2012-08-18 18:00:27 +01:00

3.7 KiB