1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

rm symlinks, maybe fix #383 (Windows build)

Not certain this is right thing to do, but
https://jekyllrb.com/docs/assets/ says "Note that the sass_dir
becomes the load path for Sass imports, nothing more" so setting
it to `assets/vendor` and changing imports accordingly ought and
seems to work without disturbing other files under `assets/vendor`,
even though the docs continue "This folder should only contain
imports."
This commit is contained in:
Mike Linksvayer 2016-04-22 11:35:31 -07:00
parent 7f8aad4532
commit 57a1b07997
4 changed files with 3 additions and 5 deletions

View File

@ -41,7 +41,7 @@ gems:
- jekyll-coffeescript
sass:
sass_dir: _sass
sass_dir: assets/vendor
style: :compressed
twitter:

View File

@ -1 +0,0 @@
../assets/vendor/qtip2/jquery.qtip.css

View File

@ -1 +0,0 @@
../assets/vendor/normalize-css/normalize.css

View File

@ -1,8 +1,8 @@
---
---
@import "normalize";
@import "jquery.qtip";
@import "normalize-css/normalize.css";
@import "qtip2/jquery.qtip.css";
body {
background: #fafafa;