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 --local
In 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