/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.
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.