tattersoftware / codeigniter4-assets

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

Feature: Asset Groups #15

Closed MGatner closed 3 years ago

MGatner commented 4 years ago

Define assets groups that can be assigned to routes or loaded on-the-fly and include required files for a given module (e.g. "ChartJS" would include both the JS and CSS files)

MGatner commented 3 years ago

This is solved by version 3's Bundle.