removed timeline css and merged it with the theme css and added gulp support for a browser sync task as well for easier development removed composer package until the repo issue is resolved - added minified versions into the bower.json for when the repo issue is resolved
14 lines
217 B
JavaScript
14 lines
217 B
JavaScript
define( [
|
|
"./core",
|
|
"./attributes/attr",
|
|
"./attributes/prop",
|
|
"./attributes/classes",
|
|
"./attributes/val"
|
|
], function( jQuery ) {
|
|
|
|
"use strict";
|
|
|
|
// Return jQuery for attributes-only inclusion
|
|
return jQuery;
|
|
} );
|