I am wondering how I can generate stylesheets into a custom directory on an Octopress 3x/Jekyll setup.
I have managed to modify settings in /config.rb and /_includes/head.html so that production stylesheets get written to /site/css/ which is where I need them to be.
Problem is, probably due to settings in the Octopress/Jekyll gems, /site/stylesheets/ is still being generated.
Technically not make or break, but needlessly verbose as project is quite large with quite a number of stylesheets.
How can I prevent /site/stylesheets/being generated alon gside desired /site/css/ ?
Am I going to going to have to hack the Octopress/Jekyll gems?
Due to upgrades, this latter option is not sustainable and so would like to avoid as much as possible. Thanks for your response.
Really difficult to spot your problem without seeing your code.
Nevertheless, the problem can be a file with a permalink like
permalink: stylesheets/something.css, or adefaultsparameter that is set in your_config.ymlto point tostylesheets/something.