Context: I am using a asset pipeline to get, minify, and fingerprint css assets.
I have one resource that I would like to minify and include locally on every build but this css file is external to the site. It is a company controlled file that I want to get the latest on every build. Is there a way to use hugo to read and build a asset locally from a remote file?
Still a newb to hugo, so maybe missing something similar to resource.Get that will read a file over http.