In a project of mine I have a symlink of the folder /static/images/ under /assets/
In previous versions of Hugo I was getting the error about Symbolic links for directories not supported in the console, but the site rendered fine when I executed hugo server and when deployed on Netlify.
Now in 0.50 the rendering is blocked and I am greeted with this error in the browser:
ERROR 2018/10/29 13:44:36 Symbolic links for directories not supported, skipping "/home/alex/Desktop/project/assets/images"
Is this is a regression or is this is a case of it was not supposed to work until we fixed it?