We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16068cd commit 6c9f06cCopy full SHA for 6c9f06c
src/Libraries/Assets.php
@@ -99,6 +99,9 @@ public function __construct($config = null)
99
{
100
$this->config->webBase = base_url($this->config->webBase);
101
}
102
+
103
+ // Make sure webBase has a trailing slash
104
+ $this->config->webBase = rtrim($this->config->webBase, '/') . '/';
105
106
107
// Return the code block for gathered CSS assets as tags
0 commit comments