ROUTING
route '/styles/' do
'/css/' + item.identifier.gsub('/','') + '.css'
end
COMPILE
compile '/styles/' do
end
Everything works great like this! Even works great with the rainpress
filter. But as soon as I add the less filter (still 100% classic CSS
with the .less extension):
compile '/styles/' do
filter :less
end
Something breaks and my styles don't work. The stylesheet in "output/
css/styles.css" looks good, too! I can't find anything wrong with it.
And I know the path is good because it works perfectly without the
filter.
> I took a break from my project and when I came back to it, everything
> worked fine! I think all I had to do was restart the server :p
Hi,
That’s a bit odd. This may be a bug in the autocompiler, but I’d need more details in order to track it down. Anyway… glad to see that the issue’s gone now. :)
Regards,
Denis
--
Denis Defreyne
denis.d...@stoneship.org