Coming Soon: SASS support and more

Hi @bep, thanks for your work and dedication to assets pipeline in Hugo. This looks very promising. I have some questions :slight_smile:

  1. What’s under the hood? Are you using some pure Go SASS compiler or just Go wrapper for libsass?

  2. I already use /assets directory in many of my Hugo projects, and its the source for my webpack pipeline. It would be great to have some config flag to opt-out from Hugo processing of this directory (it’s unnecessary trigger a Hugo rebuild if my /assets are processed by any other tool).

  3. Are resources referenced by CSS files (i.e. images loaded by url()) resolved and copied by any way?

2 Likes