92five
92five copied to clipboard
retina.min.js is missing
On app/views/dashboard/default.blade.php:46
Change
{{ HTML::script('js/dashboard/retina.min.js') }}
to
{{ HTML::script('assets/js/dashboard/retina.min.js') }}
It looks like that's been fixed - can this issue be closed?