fatfreecrm / fat_free_crm

Ruby on Rails CRM platform
http://www.fatfreecrm.com
Other
3.58k stars 1.32k forks source link

Assets precompile in production error #95

Closed sinfante closed 12 years ago

sinfante commented 12 years ago

Trying to run:

rake assets:precompile RAILS_ENV=production

/home/sinfante/.rvm/rubies/ruby-1.9.2-p290/bin/ruby /home/sinfante/.rvm/gems/ruby-1.9.2-p290@fatfree/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets rake aborted! Invalid CSS after "*": expected "{", was "/" (in /home/sinfante/apps/fat_free_crm/app/assets/stylesheets/application.css)

Tasks: TOP => assets:precompile:primary (See full trace by running task with --trace) rake aborted! Command failed with status (1): [/home/sinfante/.rvm/rubies/ruby-1.9.2-p290/b...]

Tasks: TOP => assets:precompile (See full trace by running task with --trace)

I believe it is a commit made 3 days ago that separated the comments. I fixed it in my version and works.

steveyken commented 12 years ago

Thanks for reporting, this commit to master fixes the problem: https://github.com/fatfreecrm/fat_free_crm/commit/0f5443c67ddaff85a5a6f26217afeafc527d8195