大家好:
今天在使用 Nginx + Passenger 部署项目。遇到了一个问题,寻求各位高手的帮助。当我执行:
rake assets:precompile
报错:
Invalid CSS after "*": expected "{", was "html .fixed" "html" may only be used at the beginning of a compound selector. (in /home/hicupp/rail/testapp/app/assets/stylesheets/application.css)(sass):37 另外我在 production.rb 中已设置:
config.assets.compile = true
这是什么原因啊?