Hello i have in assets... style.css color.css and plugins.css... scripts.js and plugins.js $asset->themePath()->add([ ['style', 'css/style.css'], ['script', 'js/scripts.js'] ]); how can add to this?
Hello i have in assets... style.css color.css and plugins.css... scripts.js and plugins.js
$asset->themePath()->add([
['style', 'css/style.css'],
['script', 'js/scripts.js']
]);
how can add to this?