Skip to content
New issue

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

Decorator not running automatically #30

Open
NTICompass opened this issue Apr 23, 2024 · 0 comments
Open

Decorator not running automatically #30

NTICompass opened this issue Apr 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@NTICompass
Copy link

CodeIgniter version: 4.4.8
Package version: 1.1.1

Describe the bug
Decorator does not run automatically. I don't know if I am missing a step in the setup, but I have everything set up and it's not loading and running the decorator to add the vite JS/CSS tags.

Expected behavior
I expect to see the vite/vue JS files added to the page to that everything works.

Additional context
I had to manually call \Mihatori\CodeigniterVite\Vite::tags() and then manually add the JS and CSS to my page. Why is it not automatically doing this? What am I missing?
I am also mixing this with https://github.com/amiranagram/inertia-codeigniter-4 but I don't think that's the issue. Because now that I am manually calling \Mihatori\CodeigniterVite\Vite::tags(), everything including inertia is working.

@NTICompass NTICompass added the bug Something isn't working label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant