I use Yarn for my dev dependencies, but these are added to my gitignore to keep the repo clean and lean.
I currently use CodeKit to compile SCSS and concat / minimise my JS.
With Hugo pipes now being able to do all this it would be nice to drop codekit. I depend on the convenience of vendor prefixes, which requires post css cli for Hugo pipes.
I could in theory install node JS, npm and then post css cli using your Docker image when deploying changes using circle ci, however I’m certain this’ll increase build time somewhat. What’s your thoughts?
P.S it was me that made the request