From f281276f4b030fa1bd4228572ee8de2b0569cc95 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Thu, 26 Sep 2019 16:39:25 +0200 Subject: [PATCH] potentially fix reports issue? --- .travis.yml | 2 +- Rules | 8 ++++++-- yarn.lock | 3 +++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebe7d32..075b0ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: apt: packages: - pandoc - - texlive + - texlive-full - lmodern branches: diff --git a/Rules b/Rules index a2637e6..7c6eb3d 100644 --- a/Rules +++ b/Rules @@ -4,12 +4,17 @@ require 'json' require 'icalendar' +# Important!!! +# First ignore the node_modules, we do not need any of it on the site directly. +ignore '/node_modules/**/*' + # # # PREPROCESS # # + preprocess do `yarn` @@ -136,7 +141,7 @@ end # Note drive/verslagen is 'linked' as a data source to /about/verslagen/ compile '/about/verslagen/*/*.md', rep: :pdf do - filter :pandoc_pdf, args: { f: :markdown } if production? + filter :pandoc_pdf, args: { f: :markdown, :'pdf-engine' => 'xelatex' } if production? write ext: (production? ? 'pdf' : 'md') end @@ -181,7 +186,6 @@ end ignore '/assets/stylesheets/includes/**/*' ignore '/data/**/*' -ignore '/node_modules/**/*' compile '/assets/stylesheets/**/*.scss' do sass_opts = { diff --git a/yarn.lock b/yarn.lock index 18ed156..dab3e01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,11 +5,14 @@ bulma-divider@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/bulma-divider/-/bulma-divider-0.2.0.tgz#a9b4d9fe8b270c7cb7573023c575062bc62616f3" + integrity sha512-REe3k56GECRfDaqFjC8cwLhV4RxXmV0RubuzDJqwior9wlJcdHlN0qfW0tvUX+qphikaTQegIeRuhjRIAqkjkw== bulma-timeline@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/bulma-timeline/-/bulma-timeline-3.0.4.tgz#494f458098a06dcf8dcc7fe8f2f158b63d1d1ef2" + integrity sha512-gCUOcSUuzHoeVMkCpLF49j5Z5yl78XQ+KgJcT+1ju5WIGgBgVytRUob/dw5NHAxPLO2rmcvwYNbCJFp7w4WT4Q== bulma@0.7.5: version "0.7.5" resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208" + integrity sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==