latest 7 messages by Guest56436

+ [2016-09-02T18:18:03Z] Guest56436 So for anyone interested, my problem was related to the VM shared folder. Be careful with working in shared folders between guest and hosts, they can cause issues.
+ [2016-09-02T09:14:02Z] Guest56436 @captn3m0 I just deleted /_site/css/styles.css and did "jekyll build" with new changes in /css/styles.css. The /_site/css/styles.css regenerated, but again without the new changes I made.
+ [2016-09-02T09:08:54Z] Guest56436 @camptn3m0 It's weird, if I make a change in /css/styles.css it should directly impact how /_site/css/styles.css looks, right?
+ [2016-09-02T09:07:39Z] Guest56436 @captn3m0 I believe this implies that both are not in use.
+ [2016-09-02T09:07:19Z] Guest56436 @captn3m0 I just did "jekyll build" and output included: "Incremental build: disabled. Enable with --incremental" and "Auto-regeneration: disabled. Use --watch to enable".
+ [2016-09-02T08:57:07Z] Guest56436 Interestingly enough, when I make huge changes like deleting the file, or deleting half the code in the document, the changes do register. But small changes seem to go unnoticed when generating.
+ [2016-09-02T08:55:32Z] Guest56436 Requesting assistance. When I add some CSS code in my styles.css located in /css, and generate, the changes do not seem to carry over to the styles.css in /_site/css.