We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I use CI environment, where in config is:
$config['index_page'] = 'index.php';
Then i add static asset (CSS) with
$this->assets->add('example.css')
In view is output get_styles(). Here i need URL to my asset "http://example.com/example.css" or "/example.css", but i get "http://example.com/index.php/example.css". I know, that here is specific case, but i think, that library must always right be.
The text was updated successfully, but these errors were encountered:
duplicate of issue #3 fixed, thanks
Sorry, something went wrong.
No branches or pull requests
Hi,
I use CI environment, where in config is:
Then i add static asset (CSS) with
In view is output get_styles(). Here i need URL to my asset "http://example.com/example.css" or "/example.css", but i get "http://example.com/index.php/example.css". I know, that here is specific case, but i think, that library must always right be.
The text was updated successfully, but these errors were encountered: