You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
Hi!
I'm implementing Turbine in a internal project in my company.
Turns out that we have a framework that only have the index.php (entry script) and static files (images, css and js) in the external accessible folder.
Then, to adapt Turbine scripts, I needed to change it a little bit: add a include_path directive and some changes with folder placements, etc, the last one related with a new config property.
This way I can have css.php in our css folder and all other files in the vendor folder.
I would like to know if it would be nice to make myself a pull request, or if you think about implementing this in a future release, etc.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
I'm implementing Turbine in a internal project in my company.
Turns out that we have a framework that only have the index.php (entry script) and static files (images, css and js) in the external accessible folder.
Then, to adapt Turbine scripts, I needed to change it a little bit: add a include_path directive and some changes with folder placements, etc, the last one related with a new config property.
This way I can have css.php in our css folder and all other files in the vendor folder.
I would like to know if it would be nice to make myself a pull request, or if you think about implementing this in a future release, etc.
The text was updated successfully, but these errors were encountered: