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
131 B
JavaScript
8 lines
131 B
JavaScript
define( [
|
|
"../../var/pnum"
|
|
], function( pnum ) {
|
|
"use strict";
|
|
|
|
return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
|
|
} );
|