指南针每次都没有编译magento rwd子主题

时间:2014-10-25 23:50:29

标签: css magento sass themes compass

更新:这似乎是apache的问题,因为它发生在其他没有magento /指南针项目

编译本身不会遇到任何麻烦。但是,考虑到以下因素,浏览器并不总是显示我对scss文件所做的更改

-Browser cache disabled

-Magento cache disabled

-Apache2重新加载

- 终端中的指南针输出正确

我使用命令编译sass:

compass watch 

给出了什么?为什么我所做的改变不是每次都显示出来,而只是有时候?

这是

的输出logg
  
    
      

在02:52:38检测到的更改为:styles.scss           覆盖../css/styles.css       在02:52:54检测到的变化为:styles.scss           覆盖../css/styles.css
      在02:53:16检测到的变化为:styles.scss           覆盖../css/styles.css

    
  

即使输出没有任何变化,但如果我等待一段时间,变化将会通过......

这是config.rb文件:

# note: this should never truly be refernced since we are using relative assets
http_path = "/skin/frontend/electrotheme/default/"
css_dir = "../css"
sass_dir = "../scss"
images_dir = "../images"
javascripts_dir = "../js"
relative_assets = true

output_style = :compressed 
environment = :production

1 个答案:

答案 0 :(得分:0)

此处的错误是在灯泡安装中,在我的ubuntu操作系统上重新安装灯泡后,它现在运行正常

compass watch

当我保存时,编辑几乎是imidiate。