+ [2016-09-01T17:28:56Z] nikivi oh I see
+ [2016-09-01T17:28:58Z] nikivi thank you jaybe
+ [2016-09-01T17:29:09Z] jaybe welcome!
+ [2016-09-01T17:29:24Z] jaybe generally, to install all dependencies, one would do something such as, `bundle install`
+ [2016-09-01T17:30:57Z] jaybe also look at the gems: section of _config.yml for more dependencies

message no. 149334

Posted by jaybe in #jekyll at 2016-09-01T17:29:24Z

generally, to install all dependencies, one would do something such as, `bundle install`
+ [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.
+ [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-02T09:01:13Z] captn3m0 Are you using watch?
+ [2016-09-02T09:01:37Z] captn3m0 Try disabling the incremental build system, if you have that enabled
+ [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".