Jekyll + livereload + chrome plug-in-automatically Refresh after updating files

Source: Internet
Author: User

2014-08-27

This article does not guarantee success. The window system will have various problems. If it fails, please use the Windows version of livereload to solve the problem. For details, refer to the operations on downloading the corresponding version of livereload;

 

The following describes how to configure command lines:

Jekyll + livereload is automatically refreshed after the update. For a foreigner's tutorial, take a look:

Http://dan.doezema.com/2014/01/setting-up-livereload-with-jekyll/

1. an error occurs when installing guard-Jekyll-plus. The dependency package version is incorrect. Follow the prompts to install the corresponding listen version. The syntax is Gem install listen -- version = 1.3 2. an error occurred when installing guard-livereload, mainly because of the eventmachine error. The solution is simple. The solution is: 1. modify F:\x_linux\Ruby\lib\ruby\gems\2.0.0\gems\eventmachine-1.0.3\ext\project.h

 

Comment out 97th lines 2. Jump to F: \ x_linux \ Ruby \ Lib \ Ruby \ gems \ 2.0.0 \ gems \ eventmachine-1.0.3 directory

 

Execute gem build eventmachine. gemspec

 

3. Copy the generated eventmachine-1.0.3.gem to another directory and execute the following sentence gem install eventmachine-1.0.3.gem --localIn this way, the operation is successful. The complete process comes from this article! Source: http://www.mkitbe.com/index.php/2013-07/864>  Additional Article + Reference URL: http://dan.doezema.com/2014/01/setting-up-livereload-with-jekyll/ this is an environment configuration tutorial, first look at the http://stackoverflow.com/questions/17361958/eventmachine-gem-install-fail http://stackoverflow.com/questions/17361958/eventmachine-gem-install-fail http://stackoverflow.com/questions/8395526/using-live-reload-with-jekyll http://wp.xdite.net /? P = 3088

Jekyll + livereload + chrome plug-in-automatically Refresh after updating files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.