node-compass icon indicating copy to clipboard operation
node-compass copied to clipboard

Compass middleware for node.js.

Results 12 node-compass issues
Sort by recently updated
recently updated
newest added

It is difficult to see the difference between the title (property) and the bold ("default"/"description"). ![image](https://user-images.githubusercontent.com/18501150/61180056-5e1a9a00-a610-11e9-8af0-83dca83f20f4.png) 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.

enhancement

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...

bug

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...

enhancement

Currently the caching system is coupled to the compiler in the development branch. This should be completely separate to make it more flexible.

enhancement