Skip to content

Commit

Permalink
Update CSS and JS Version number
Browse files Browse the repository at this point in the history
And delete uneeded files

Signed-off-by: Jordan Gillman <[email protected]>
  • Loading branch information
jordesign committed Mar 8, 2018
1 parent 465afb4 commit 060fb31
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1,017 deletions.
36 changes: 8 additions & 28 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -2362,26 +2362,6 @@
"oAP": "\/templates\/center_home.php",
"oF": 0
},
"\/templates\/css\/wpcc_style-min.css": {
"aP": 1,
"bl": 0,
"ft": 16,
"ma": 0,
"oA": 0,
"oAP": "\/templates\/css\/wpcc_style-min-min.css",
"oF": 0,
"oS": 3
},
"\/templates\/css\/wpcc_style.css": {
"aP": 1,
"bl": 0,
"ft": 16,
"ma": 0,
"oA": 0,
"oAP": "\/templates\/css\/wpcc_style-min.css",
"oF": 0,
"oS": 3
},
"\/templates\/footer.php": {
"cB": 0,
"ft": 8192,
Expand Down Expand Up @@ -2464,34 +2444,34 @@
"sC": 1,
"tS": 0
},
"\/templates\/wpcc_script.1.2.4-min.js": {
"\/templates\/wpcc_script.1.2.10-min.js": {
"ft": 64,
"ma": 0,
"mi": 1,
"oA": 0,
"oAP": "\/templates\/wpcc_script.1.2.4-min-min.js",
"oAP": "\/templates\/wpcc_script.1.2.10-min-min.js",
"oF": 0,
"sC": 1,
"tS": 0
},
"\/templates\/wpcc_style.1.2.4.css": {
"\/templates\/wpcc_style.1.2.10.css": {
"aP": 1,
"bl": 0,
"ft": 16,
"ma": 0,
"oA": 0,
"oAP": "\/templates\/wpcc_style.1.2.4-min.css",
"oAP": "\/templates\/wpcc_style.1.2.10-min.css",
"oF": 0,
"oS": 3
},
"\/templates\/wpcc_style.1.2.4.css.map": {
"\/templates\/wpcc_style.1.2.10.css.map": {
"cB": 0,
"ft": 8192,
"oA": 2,
"oAP": "\/templates\/wpcc_style.1.2.4.css.map",
"oAP": "\/templates\/wpcc_style.1.2.10.css.map",
"oF": 0
},
"\/templates\/wpcc_style.1.2.4.less": {
"\/templates\/wpcc_style.1.2.10.less": {
"aP": 0,
"bl": 0,
"dJ": 0,
Expand All @@ -2500,7 +2480,7 @@
"iI": 0,
"ma": 1,
"oA": 0,
"oAP": "\/templates\/wpcc_style.1.2.4.css",
"oAP": "\/templates\/wpcc_style.1.2.10.css",
"oF": 0,
"oS": 0,
"rU": 0,
Expand Down
4 changes: 2 additions & 2 deletions templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ function wpcc_remove_default_scripts (){
//Now enqueue styles we want
function wpcc_add_styles() {
if( is_singular( 'card' ) || is_post_type_archive('card') || get_page_template_slug( get_the_ID() ) =='center_home.php' ){
wp_enqueue_style( 'wpcc-style', plugins_url( '/templates/wpcc_style.1.2.4.css', __FILE__ ) );
wp_enqueue_style( 'wpcc-style', plugins_url( '/templates/wpcc_style.1.2.10.css', __FILE__ ) );
//if( get_option('wpcc_scroll_direction') =='horizontal' ) {
wp_enqueue_script( 'wpcc-scripts', plugins_url( '/templates/wpcc_script.1.2.4-min.js', __FILE__ ), array( 'jquery' ) );
wp_enqueue_script( 'wpcc-scripts', plugins_url( '/templates/wpcc_script.1.2.10-min.js', __FILE__ ), array( 'jquery' ) );
//}
if( get_option('wpcc_layout') =='small-card' ) {
// Pull Masonry from the core of WordPress
Expand Down
1 change: 0 additions & 1 deletion templates/css/wpcc_style-min.css

This file was deleted.

Loading

0 comments on commit 060fb31

Please sign in to comment.