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
I have a little project created with Ibis and tried to integrate Torchlight with it, but I noticed it was not rendering the code blocks as expected, in fact, it wasn't running Torchlight at all.
As of now, the current version when installing Ibis with the default command composer global require themsaid/ibis is v0.1.4 (which doesn't have the config mentioned above). So, for Torchlight to run on Ibis (at this moment, at least) we need to install the dev-master version:
This might break ibis commands if your project is a bit outdated, but after updating the ibis.php file with all the new added config keys everything should be easily fixed.
The text was updated successfully, but these errors were encountered:
I have a little project created with Ibis and tried to integrate Torchlight with it, but I noticed it was not rendering the code blocks as expected, in fact, it wasn't running Torchlight at all.
After debugging for a while I found that the config required for Torchlight to run was merged but not published on Packagist yet.
As of now, the current version when installing Ibis with the default command
composer global require themsaid/ibis
isv0.1.4
(which doesn't have the config mentioned above). So, for Torchlight to run on Ibis (at this moment, at least) we need to install thedev-master
version:composer global require themsaid/ibis:dev-master
This might break
ibis
commands if your project is a bit outdated, but after updating theibis.php
file with all the new added config keys everything should be easily fixed.The text was updated successfully, but these errors were encountered: