I use a pre-processor to generate my CSS. I would like to include the resulting file inline, rather than as a link. Is there a way of doing this via the twig tags in Craft?
I know I could move the CSS file to the templates folder, so that I could use the include function, but is that the only and/or preferred method of achieving what I want to do? Or am I just best moving the inlining into my pre-processing? Thanks!
.., but you could get around that with a symbolic link, a custom Loader, or by adding a path to the template Loader. The second two requires a plugin. – Bryan Redeagle Nov 10 '15 at 12:35