-
Notifications
You must be signed in to change notification settings - Fork 4
conversion error in css/main.scss #37
Comments
Have not tried to change anything, but i did a grep -r webkit-image ./* in the repo and it looks like only some files in ./_sass/bourbon/helpers/ have the lines the error message mentions. Probably involved through the imports in main.scss (@import 'bourbon/bourbon';) Cheers |
One for @robinandeer.. I'm currently working on v2 of the site which will have a more user-friendly web based administration side (based on WordPress) to avoid the pains of running the site locally.. Phil |
You seems to run an older version of Jekyll which could cause problems. I would first make sure to upgrade the But as mentioned above we are also working on a new version of the site which Phil should have whipped up in no time, right? 😉 |
I'm getting there.. No promises about when it will actually go live though ;) |
The Jekyll version is the one that came with Ubuntu 14.10. I also tried to use the
Then I added
I tried this also four weeks ago and got stuck at the same point - but with a totally different error message. If nothing else, this illustrates that it would be very helpful to have a version of the site that is easier to use! (hint, hint) |
You can add to the development version of the new site if you like :) It's running locally on my laptop and the front end doesn't work properly yet, but as of about three minutes ago you can make the new posts! And as of this morning the github authentication should work (you need to be a member of SciLifeLab github organisation). When it's closer to being finished I'll clone the database across to the production server. |
When I run
jekyll serve --watch
, I get this error:I have no idea how to fix that - the string "webkit-image" doesn’t even occur in the
css/main.scss
file. Any ideas?The text was updated successfully, but these errors were encountered: