node-compass
node-compass copied to clipboard
Compass middleware for node.js.
It is difficult to see the difference between the title (property) and the bold ("default"/"description").  My PR improve this point.
my scss directory is '/public/css', I set it : project: path.join(__dirname, 'public/css') but not effected, how can I use it so that I can store my scss file under '/public/css'...
Hello, love using this plugin but sometimes I get this error cache[cssPath].sass = fullPath; TypeError: Cannot set property 'sass' of undefined It's random. I use nodemon to restart the server...
My .scss files appear to no longer autocompile upon change. It only recompiles if I delete the css file completely. Is something wrong here? ``` var express = require('express') var...
You may want to change the sample code you have on the main page. Express no longer supports the configure function. Also on the main page, you state "This can...
If possible, please adopt and specify an open source license, otherwise this library is being flagged as a risk in OSS inventory audits.
took me a while to find out what was going on, but it was crashing node without a warning when the default paths did not exist.. this is my solution...
I should be able to give a string to the library and have it return CSS. Currently you can only give it a file path and it will handle reading...
Currently the caching system is coupled to the compiler in the development branch. This should be completely separate to make it more flexible.