ruby on rails - Can't localize line error when compiling assets -
i'm getting error when pushing heroku when compiling assets... i've revised every single css in order localize error nothing...
the thing it's telling me line of compiled file, need know line number of error before compiling... ideas of how can fix this? thanks!
the error when pushing:
running: rake assets:precompile [deprecated] i18n.enforce_available_locales default true in future. if want skip validation of locale can set i18n.enforce_available_locales = false avoid message. i, [2014-06-27t11:43:08.802691 #1716] info -- : writing /tmp/build_6b3b977d-af90-4ecf-9f85-03999c81089c/public/assets/application-ccf6af846f884c868c81901ada8cf44b.js rake aborted! invalid css after " color: #333;}": expected "}", "" (in /tmp/build_6b3b977d-af90-4ecf-9f85-03999c81089c/app/assets/stylesheets/application.css) (sass):6836
Comments
Post a Comment