]> BookStack Code Mirror - bookstack/commitdiff
Fixed export style paths
authorDan Brown <redacted>
Fri, 30 Mar 2018 14:31:39 +0000 (15:31 +0100)
committerDan Brown <redacted>
Fri, 30 Mar 2018 14:31:39 +0000 (15:31 +0100)
resources/views/books/export.blade.php
resources/views/chapters/export.blade.php

index 3ea3c9d65a72b6c2af36d5cd4bc9bf0781f67e12..462ad7991a4bab5fddd24cb7e6593238f18fad7b 100644 (file)
@@ -6,7 +6,7 @@
 
     <style>
         @if (!app()->environment('testing'))
-        {!! file_get_contents(public_path('/css/export-styles.css')) !!}
+        {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
         @endif
         .page-break {
             page-break-after: always;
index 0fc1295df64b67cc8abd45c677302817e0f07cf0..2c15fbd57d11d54bace8a135f1cff3c46e350bf7 100644 (file)
@@ -6,7 +6,7 @@
 
     <style>
         @if (!app()->environment('testing'))
-        {!! file_get_contents(public_path('/css/export-styles.css')) !!}
+        {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
         @endif
         .page-break {
             page-break-after: always;