tattersoftware / codeigniter4-assets

Asset handling for CodeIgniter 4
MIT License
50 stars 12 forks source link

Fix backslash URI suffix on Windows #49

Closed craigrodway closed 2 years ago

craigrodway commented 2 years ago

Changed $config->uri to end with literal '/' instead of using DIRECTORY_SEPARATOR constant. Should resolve #48.