UNPKG

generator-teka

Version:

A Yeoman Generator to create a brand new teka theme.

15 lines (13 loc) 237 B
/** * @file * A JavaScript file for the theme. * * This JavaScript file is loaded on all Pages. */ (function($) { Drupal.behaviors.<%= projectSlug %> = { attach: function (context, settings) { // } }; })(jQuery);