js.handler
Set your own handler for the js() helper function
Example
c::set('js.handler', function($src, $async = false) {
// your own handler of js script tags
});
Set your own handler for the js() helper function
c::set('js.handler', function($src, $async = false) {
// your own handler of js script tags
});