newhavenio / newhavenio.github.io

active version of the website for newhaven.io built on the Jekyll framework
http://newhavenio.github.io/
MIT License
13 stars 12 forks source link

Build broken with missing bourbon module #80

Closed sukima closed 6 years ago

sukima commented 6 years ago

Just pulled down master and and followed the README and Jekyll crashes with a missing bourbon SASS module:

Configuration file: /home/suki/source/newhavenio.github.io/_config.yml
            Source: /home/suki/source/newhavenio.github.io
       Destination: /home/suki/source/newhavenio.github.io/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
  Conversion error: Jekyll::Converters::Scss encountered an error while converting 'css/main.scss':
                    File to import not found or unreadable: ../node_modules/bourbon/app/assets/stylesheets/bourbon. Load paths: /home/suki/source/newhavenio.github.io/_sass /home/suki/.rvm/gems/ruby-2.4.2@newhavenio.github.io/gems/jekyll-theme-primer-0.5.3/_sass on line 8
jekyll 3.7.3 | Error:  File to import not found or unreadable: ../node_modules/bourbon/app/assets/stylesheets/bourbon.
Load paths:
  /home/suki/source/newhavenio.github.io/_sass
  /home/suki/.rvm/gems/ruby-2.4.2@newhavenio.github.io/gems/jekyll-theme-primer-0.5.3/_sass on line 8

asciicast

jnimety commented 6 years ago

yeah, this is a known issue after the merge of the webpack PR a few days ago. As soon as someone has time to look into it we'll push a fix. Let's leave this open until that happens.

bsutt123 commented 6 years ago

Fixed with #82