How to use SASS with Netbeans 8.0.1

后端 未结 2 1536
失恋的感觉
失恋的感觉 2020-12-01 09:06

I\'m trying to use SASS in Netbeans 8.0.1. I have Ruby and SASS set up correctly based upon the feedback from ruby -v.

I have a web application set up with css and

2条回答
  •  佛祖请我去吃肉
    2020-12-01 10:07

    Yes, when you save the file, the css should be created/updated. I think you have wrong mapping for the input/output directories. The paths need to be relative to site root/web root. I don't know for sure what your project is (HTML5 or PHP or Java Web or other?), but if you have Java Web project, then the paths need to be

    resources/scss -> resources/css
    

提交回复
热议问题