Closed Cengkaruk closed 10 years ago
$theme->asset()->queue('compress-footer', function($asset)
{
$asset()->container('footer')->usePath()->add('bootstrap', 'js/bootstrap.min.js', array('core-script'));
$asset()->container('footer')->usePath()->add('wow', 'js/wow.min.js', array('core-script'));
});
Hi Teepluss,
I got this error when try to use queue group (also single queue).
Thanks