jsoverson / preprocess

Preprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration
Other
366 stars 80 forks source link

How to set directory path with a higher lever than current directory in include #144

Open fedushok opened 2 years ago

fedushok commented 2 years ago

For example there is the following structure of a project fragment:

dir1 ___file1.inc ___dir2 ______file.php

How to write <-- @include ? --> in the file.php, to include file.inc?