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
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
define( [
|
|
"./arr"
|
|
], function( arr ) {
|
|
"use strict";
|
|
|
|
return arr.concat;
|
|
} );
|