gulp integration

This commit is contained in:
Mike Francis 2014-02-06 15:16:07 +00:00
parent aa573e574c
commit d0ef06c80a
18 changed files with 86 additions and 126 deletions

View file

@ -1,11 +1,5 @@
(function($) {
;(function($) {
// Add utility classes to lists/tables
// JS goes here
$('li:last-child,td:last-child,tr:last-child,th:last-child').addClass('last');
$('td:nth-child(odd),th:nth-child(odd),tr:nth-child(odd)').addClass('odd');
$('td:nth-child(even),th:nth-child(even),tr:nth-child(even)').addClass('even');
//
})(jQuery);
})(jQuery);