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
@raeldc True, the problem with this approach is that it will install it in the vendor folder. Vendor folder lives below HTTP root. As a result you will need additional rewrite rules to be able to get to the resources. This is not ideal.
Other projects solved this by either symlinking or copying the resources to the proper location. We do not have an asset management solution for this yet that can handle this.
@ercanozkaya When working on our composer installers can we also add support for custom folders so that we do not need to install CKEditor in the repo?
No need to save the whole editor in the repo. We can install it through Composer.
http://docs.ckeditor.com/#!/guide/dev_package_managers
The text was updated successfully, but these errors were encountered: