Closed matthewjumpsoffbuildings closed 1 month ago
The correct place to attach the relevant JS/CSS files for a tool is in the ServiceProviders boot() method
boot()
Using the latest Nova, the tools CSS and JS files were not loading since they were being initialised in the wrong place.
This PR fixes issue #166
Thanks a ton! :)
The correct place to attach the relevant JS/CSS files for a tool is in the ServiceProviders
boot()
methodUsing the latest Nova, the tools CSS and JS files were not loading since they were being initialised in the wrong place.
This PR fixes issue #166