reseting stylesheet develop
authorIan Weller <ian@gaslightmedia.com>
Thu, 27 Apr 2017 18:48:13 +0000 (14:48 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 27 Apr 2017 18:48:13 +0000 (14:48 -0400)
I took out the cache break code at the end of the stylesheet call.

header.php

index 7b6e55d..77bd609 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
 <!--    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">  -->
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
     <link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>