Project-wide Compile - include json
Opened this issue · 1 comments
tatof commented
Is it posible to include an other json from an sub folder?
Trying to get something like this working. Then I can define client specific compile.json
{ "less":
"$ref": "wp-content/themes/tatof/lesscompile.json"
}
jdiehl commented
This is not possible today.
I would suggest solving that with links on the filesystem: ln wp-content/themes/tatof/lesscompile.json comple.json
or mklink
on Windows. You will need to use absolute paths for this to work.