I am taking on an existing ruby project it doesn't currently have any sort of asses pipeline (all styles are just hardcoded).
I was hoping to use something like grunt of gulp. What I need to do is be able to compile sass from separate .scss files and then add them to a <style>
tag in the main moustache template.
Do you know of anyway to do this? The styles have be on the page in a <style>
tag as its for Google AMP pages.