mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01: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:
parent
7f8aad4532
commit
57a1b07997
@ -41,7 +41,7 @@ gems:
|
||||
- jekyll-coffeescript
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
sass_dir: assets/vendor
|
||||
style: :compressed
|
||||
|
||||
twitter:
|
||||
|
@ -1 +0,0 @@
|
||||
../assets/vendor/qtip2/jquery.qtip.css
|
1
_sass/normalize.scss
vendored
1
_sass/normalize.scss
vendored
@ -1 +0,0 @@
|
||||
../assets/vendor/normalize-css/normalize.css
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import "normalize";
|
||||
@import "jquery.qtip";
|
||||
@import "normalize-css/normalize.css";
|
||||
@import "qtip2/jquery.qtip.css";
|
||||
|
||||
body {
|
||||
background: #fafafa;
|
||||
|
Loading…
Reference in New Issue
Block a user