digitalsparky / jekyll-minifier

Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
GNU General Public License v3.0
245 stars 25 forks source link

Generating... jekyll 3.3.0 | Error: Error: Out of stack space #15

Closed linuschowdhary closed 7 years ago

linuschowdhary commented 7 years ago

Incremental build: enabled Generating... jekyll 3.3.0 | Error: Error: Out of stack space

linuschowdhary commented 7 years ago

Hi Matt , Getting this issue after command : $jekyll serve System OS : Windows 10 Waiting for your valuable response. Thanks.

digitalsparky commented 7 years ago

Hi, I did a quick search and found a similar issue:

http://stackoverflow.com/questions/19234951/rake-assetsprecompile-out-of-stack-space

It unfortunately appears to be a windows issue with ruby/rake.

As much as a pain as it is, it may be best to use a dev vm to compile your code.

Hope that helps.