+[2016-09-01T17:28:56Z]nikivioh I see +[2016-09-01T17:28:58Z]nikivithank you jaybe +[2016-09-01T17:29:09Z]jaybewelcome! +[2016-09-01T17:29:24Z]jaybegenerally, to install all dependencies, one would do something such as, `bundle install` +[2016-09-01T17:30:57Z]jaybealso look at the gems: section of _config.yml for more dependencies
message no. 149335
Posted by jaybe in #jekyll at 2016-09-01T17:30:57Z
also look at the gems: section of _config.yml for more dependencies
+[2016-09-02T08:55:32Z]Guest56436Requesting 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]Guest56436Interestingly 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]captn3m0Are you using watch? +[2016-09-02T09:01:37Z]captn3m0Try 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".