[Rails] assets:precompile doesn't work
$ bundle exec rake assets:precompile --trace
** Invoke assets:precompile (first_time)
** Execute assets:precompile
rake aborted!
wrong number of arguments (3 for 4) for `rgba'
(in /Users/cjbottaro/Dropbox/Projects/route_send/app/assets/stylesheets/application.css)
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)
What's the deal? http://localhost:3000/assets/application.css serves the file properly... why does rake assets::precompile fail?
Thanks for the help.
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/BTrPnHzbycoJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home