Yeah, wanted to ask if you accept a pull request? I maybe wanted to add htmlmin to your build, since minifying html in jekyll is great :)
Chris
@core77
It's already built in. There is a jekyll layout which compresses the html output.
Niklas Häusele
@codergeek121
oh, I see :O Great!
Chris
@core77
Sure, pull requests are appreciated if something can be improved
Alistair Calder
@alistaircom
Love the repo - just starting with it now.
Chris
@core77
@alistaircom Thanks for the PR!
Kayd Withers
@kaydwithers
I'm having a bit of trouble with loading the CSS. I followed all the instructions but when I go to http://127.0.0.1.xip.io:3000/ the CSS file can't be found. And the CSS hasn't been added to the _site/assets folder. However "_site/assets/js/app.js" is there but not "_site/assets/css/app.css" any idea what might have gone wrong?
Chris
@core77
Hm. On Mac, Win, Linux? I just deleted the node_modules and assets/vendor folders and installed the whole stuff again. When I run 'npm start' the CSS file is properly compiled and copied to _site/assets/css.
Any errors in the terminal? Did you try to reboot your machine and retry serving with 'npm start'?
BackdoorDan
@BackdoorDan
Hey guys! Nice work, i've been using this in a couple of projects already!
Chris
@core77
@BackdoorDan :+1:
BackdoorDan
@BackdoorDan
Anybody here use this BP with a Jekyll CMS service like cloudcannon?