John F Morton
John F Morton
Calvin, That was very helpful. I too would like to be able to pass in that FAILONERROR option. I tried it with the simple_get but couldn't get it to work...
Adding to this in real time as I dig deeper. It looks like the "scss" being in the 'css' directory may be intentional based on reading the [assets page](http://jekyllrb.com/docs/assets/) in...
More discoveries as I go along. I took the "main.scss" file, which I said in the previous post may actually belong in the "css" directory and stuck it back in...
@DynamicDyno, I noticed that odd looking Gem file too. My Gemfile was a bit different since I chose some different set up options, but mine ended up like this: ```...
@simonwallstrom I think I did have the same issue with the css files not being copied from the .tmp directory into the dist/css directory properly. I must have updated my...
I'm having the same issues (or at least similar issues) in using _yo jekyllrb_ to initialize a directory. I'm setting up a new machine and trying to get this generator...
Ok, upon more investigation, I've noticed I get the above error "Cannot read property 'name' of undefined" only when I don't pick one of the 2 template options. If I...
I've tried uninstalling my global jekyll with `sudo rm`which jekyll` which did uninstall it. I then installed again while in the directory I was trying to build into using `gem...
Hi @aharris88, have you tried eliminating the the "filerev" task in your Gruntfile.js by commenting out that line, something like the following: ``` grunt.registerTask('build', [ 'clean', // Jekyll cleans files...
This isn't my repo, but I think the behavior you described initially is what is expected. It's what I see on my end and I would say it's working correctly....