I tried changing style.css to style.scss and installing node-sass but no joy. How do I use scss files with hyperdev?
1 Like
Here’s a demo app I set up using node-sass-middleware to serve .scss files: https://hyperdev.com/#!/project/dog-resonance
One thing to note is that it writes the compiled files to /tmp and also added serving static files from /tmp.
Hope this helps!
4 Likes