Slide 16
Slide 16 text
// Render the main scripts file.
$local_js = array(
'#attached' => array(
'js' => array(
$path . '/js/scripts.js',
),
),
);
drupal_render($local_js);
Change record: https://drupal.org/node/2169605
Original code:
http://drupalcode.org/project/gratis.git/blob/refs/heads/8.x-1.x:/gratis.theme
mysubtheme.theme