]> BookStack Code Mirror - website/commitdiff
Updated npm commands and broke css cache
authorDan Brown <redacted>
Tue, 17 Jan 2017 22:59:57 +0000 (22:59 +0000)
committerDan Brown <redacted>
Tue, 17 Jan 2017 22:59:57 +0000 (22:59 +0000)
package.json
themes/bookstack/layouts/partials/header.html

index 08e8711506f2f31a0e77c63a0b894cd949d3c620..9a3c17fc3ae98b6c2e8d2d2e031e0ba359302300 100644 (file)
@@ -4,7 +4,7 @@
   "description": "The front-end site for bookstack",
   "main": "gulpfile.js",
   "scripts": {
-    "build": "gulp",
+    "build": "gulp && hugo",
     "dev": "gulp watch",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
index 5d7ee1f26dcde35eee5d1c0e7861cc47ca36a275..5a84867b20af048fc7e45799d61332c7e4093f42 100644 (file)
@@ -43,7 +43,7 @@
     <link rel="icon" type="image/png" href="/images/favicon-96x96.png" sizes="96x96" />
     <link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
 
-    <link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}css/styles.css" />
+    <link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}css/styles.css?v=1.1" />
 
 
     {{ if .Site.Params.RSSLink}}