bdkjones / CodeKit-1-Old

147 stars 1 forks source link

codekit-prepend not working outside Project root #703

Closed tobystokes closed 10 years ago

tobystokes commented 10 years ago

Javascript files with a //@codekit-prepend "../../Shared/[...]" i.e. where the included file is relative, but happens to be outside/above the root of the CodeKit project, does not show up in the import lists, and does not get included on compile.

bdkjones commented 10 years ago

This is expected behavior. If the file is not in the same project or within a CodeKit Framework, the app has no idea it exists and therefore won't link it.