-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I apologize in advance if this is a dumb question, but I have searched in vain for the answer. Given that this is supposed to be an alternative to the sass package, I’m unclear on how it can be used in a similar way. For example, once the sass package is installed, a package.json script can use it; e.g.,
"style-exe:sass": "sass --no-source-map assets/scss:assets/css". . . but I can find no analogous documentation, or references within any of the existing issues, to how one uses embedded-host-node similarly. I understand that its purpose is to download the appropriate binary but, beyond that, it’s not clear how one should proceed, so I would greatly appreciate any guidance on this score. (If it matters, this would be for use with a Hugo project that already uses npm packages and, thus, package.json scripts — but more general information would also be helpful.)