I can to run ffcrm under nginx in development mode without problem.
I'm trying to run it in production mode to get better performance, and I realise I need to precompile ffcrm in order to do so. From the ffcrm directory, I'm running:
bundle exec rake assets:precompile --trace
...and that is failing with:
** Execute tmp:cache:clear
** Execute assets:precompile:primary
rake aborted!
Invalid CSS after " *": expected "{", was "/"
(in /usr/local/src/fat_free_crm/app/assets/stylesheets/application.css)
(sass):180
/usr/lib/ruby/gems/1.8/gems/sass-3.1.11/lib/sass/../sass/scss/parser.rb:926:in `expected'
[....]
It looks to me as if application.css is the output of this process, and whilst it does use the C-style /* comments */, they do not appear to be incorrect.
Can anyone shed any light on this? The aim of the exercise is to have ffcrm running faster than it does in development mode.
Thanks,
Keith
PS Which is preferred, this mailing list or User Echo? I don't think it's helpful to have both...