Compass, config.rb and getting the output actually :compressed

前端 未结 1 409
栀梦
栀梦 2020-12-22 10:23

This is my config.rb

preferred_syntax = :sass
http_path = \'/\'
css_dir = \'css\'
sass_dir = \'sass\'
images_dir = \'assets/images\'
javascripts_dir = \'js\'         


        
相关标签:
1条回答
  • 2020-12-22 11:02

    The config.rb is only read when the compass command is run. If you're using compass watch, you will need to stop and start it before the changes will take effect. You may also need to force it to recompile by making a minor change to one of your Sass files.

    0 讨论(0)
提交回复
热议问题