Closed NV closed 11 years ago
I copy-pasted the following snipped:
asset_pipeline:
bundle: true # Default = true
compress: true # Default = true
output_path: assets # Default = assets
display_path: nil # Default = nil
gzip: false # Default = false
to my _config.yml. display_path: nil
caused the trouble. I removed this line and now it works correctly.
I put the following code to my default.html:
When I run
jekyll build
I’m gettingWhich results in not found, since I keep my files in "assets" directory, not "nil".
Am I doing something wrong?