Skip to content

Instantly share code, notes, and snippets.

@yangtheman
Created October 9, 2012 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yangtheman/3861115 to your computer and use it in GitHub Desktop.
Save yangtheman/3861115 to your computer and use it in GitHub Desktop.
Precompiling assets
yangtheman:~/ror/picpler(master)$ RAILS_ENV=production bundle exec rake assets:precompile
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/yangtheman/ror/picpler/Rakefile:7)
/Users/yangtheman/.rvm/rubies/ruby-1.9.3-p194/bin/ruby /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/yangtheman/ror/picpler/Rakefile:7)
Compiled jquery.js (2ms) (pid 33734)
Compiled jquery_ujs.js (0ms) (pid 33734)
Compiled bootstrap-transition.js (0ms) (pid 33734)
Compiled bootstrap-alert.js (0ms) (pid 33734)
Compiled bootstrap-button.js (0ms) (pid 33734)
Compiled bootstrap-carousel.js (0ms) (pid 33734)
Compiled bootstrap-collapse.js (0ms) (pid 33734)
Compiled bootstrap-dropdown.js (0ms) (pid 33734)
Compiled bootstrap-modal.js (1ms) (pid 33734)
Compiled bootstrap-scrollspy.js (0ms) (pid 33734)
Compiled bootstrap-tab.js (0ms) (pid 33734)
Compiled bootstrap-tooltip.js (0ms) (pid 33734)
Compiled bootstrap-popover.js (0ms) (pid 33734)
Compiled bootstrap-typeahead.js (0ms) (pid 33734)
Compiled bootstrap.js (268ms) (pid 33734)
Compiled mustache.js (0ms) (pid 33734)
Compiled picpler.js (0ms) (pid 33734)
Compiled jquery-multi-finder.js (0ms) (pid 33734)
Compiled jquery-ui.js (3ms) (pid 33734)
Compiled active_admin/lib/namespace.js (119ms) (pid 33734)
Compiled active_admin/components/jquery.aa.checkbox-toggler.js (13ms) (pid 33734)
Compiled active_admin/components/jquery.aa.dropdown-menu.js (16ms) (pid 33734)
Compiled active_admin/components/jquery.aa.popover.js (10ms) (pid 33734)
Compiled active_admin/components/jquery.aa.table-checkbox-toggler.js (4ms) (pid 33734)
Compiled active_admin/pages/application.js (1ms) (pid 33734)
Compiled active_admin/pages/batch_actions.js (4ms) (pid 33734)
Compiled active_admin/application.js (220ms) (pid 33734)
Compiled active_admin/base.js (371ms) (pid 33734)
Compiled active_admin.js (397ms) (pid 33734)
Compiled flowslider.jquery.js (0ms) (pid 33734)
Compiled invitation.js (0ms) (pid 33734)
Compiled jquery-ui-1.8.22.custom.min.js (0ms) (pid 33734)
Compiled multi_friend.js (0ms) (pid 33734)
Compiled navigation.js (0ms) (pid 33734)
Compiled onboarding_step_2.js (0ms) (pid 33734)
Compiled places.js (0ms) (pid 33734)
Compiled profile.js (0ms) (pid 33734)
Compiled searches.js (0ms) (pid 33734)
Compiled application.js (915ms) (pid 33734)
Warning. Error encountered while saving cache /Users/yangtheman/ror/picpler/tmp/cache/sass/036af4ae9a8d797cb6e59101e4f48d6b7eed9e16/setting.sassc: can't dump anonymous class #<Class:0x007fac835776f0>
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 61 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/document_reset.css.scss
from line 4 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/picpler.css.scss
Compiled picpler.css (3591ms) (pid 33734)
Compiled jquery-ui-1.8.22.custom.css (0ms) (pid 33734)
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 67 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `simple'
from line 26 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `button'
from line 81 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/jquery-multi-finder.css.scss
Compiled jquery-multi-finder.css (282ms) (pid 33734)
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 67 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `simple'
from line 11 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `button'
from line 21 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/multi_friend.css.scss
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 67 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `simple'
from line 26 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `button'
from line 40 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/multi_friend.css.scss
Compiled multi_friend.css (220ms) (pid 33734)
Compiled application.css (4283ms) (pid 33734)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/yangtheman/ror/picpler/Rakefile:7)
Compiled jquery.js (3ms) (pid 33734)
Compiled jquery_ujs.js (0ms) (pid 33734)
Compiled bootstrap-transition.js (0ms) (pid 33734)
Compiled bootstrap-alert.js (0ms) (pid 33734)
Compiled bootstrap-button.js (0ms) (pid 33734)
Compiled bootstrap-carousel.js (0ms) (pid 33734)
Compiled bootstrap-collapse.js (0ms) (pid 33734)
Compiled bootstrap-dropdown.js (0ms) (pid 33734)
Compiled bootstrap-modal.js (0ms) (pid 33734)
Compiled bootstrap-scrollspy.js (0ms) (pid 33734)
Compiled bootstrap-tab.js (0ms) (pid 33734)
Compiled bootstrap-tooltip.js (0ms) (pid 33734)
Compiled bootstrap-popover.js (0ms) (pid 33734)
Compiled bootstrap-typeahead.js (0ms) (pid 33734)
Compiled bootstrap.js (270ms) (pid 33734)
Compiled mustache.js (0ms) (pid 33734)
Compiled picpler.js (0ms) (pid 33734)
Compiled jquery-multi-finder.js (0ms) (pid 33734)
Compiled jquery-ui.js (4ms) (pid 33734)
Compiled active_admin/lib/namespace.js (140ms) (pid 33734)
Compiled active_admin/components/jquery.aa.checkbox-toggler.js (18ms) (pid 33734)
Compiled active_admin/components/jquery.aa.dropdown-menu.js (12ms) (pid 33734)
Compiled active_admin/components/jquery.aa.popover.js (15ms) (pid 33734)
Compiled active_admin/components/jquery.aa.table-checkbox-toggler.js (6ms) (pid 33734)
Compiled active_admin/pages/application.js (3ms) (pid 33734)
Compiled active_admin/pages/batch_actions.js (8ms) (pid 33734)
Compiled active_admin/application.js (349ms) (pid 33734)
Compiled active_admin/base.js (391ms) (pid 33734)
Compiled active_admin.js (414ms) (pid 33734)
Compiled flowslider.jquery.js (2ms) (pid 33734)
Compiled invitation.js (0ms) (pid 33734)
Compiled jquery-ui-1.8.22.custom.min.js (1ms) (pid 33734)
Compiled multi_friend.js (2ms) (pid 33734)
Compiled navigation.js (87ms) (pid 33734)
Compiled onboarding_step_2.js (0ms) (pid 33734)
Compiled places.js (0ms) (pid 33734)
Compiled profile.js (0ms) (pid 33734)
Compiled searches.js (0ms) (pid 33734)
Compiled application.js (1030ms) (pid 33734)
Warning. Error encountered while saving cache /Users/yangtheman/ror/picpler/tmp/cache/sass/036af4ae9a8d797cb6e59101e4f48d6b7eed9e16/setting.sassc: can't dump anonymous class #<Class:0x007f98c4c79cf0>
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 61 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/document_reset.css.scss
from line 4 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/picpler.css.scss
Compiled picpler.css (3247ms) (pid 33734)
Compiled jquery-ui-1.8.22.custom.css (0ms) (pid 33734)
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 67 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `simple'
from line 26 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `button'
from line 81 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/jquery-multi-finder.css.scss
Compiled jquery-multi-finder.css (141ms) (pid 33734)
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 67 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `simple'
from line 11 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `button'
from line 21 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/multi_friend.css.scss
WARNING: border-radius mixin is deprecated and will be removed in the next major version release.
on line 3 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/css3/_border-radius.scss, in `border-radius'
from line 67 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `simple'
from line 26 of /Users/yangtheman/.rvm/gems/ruby-1.9.3-p194/gems/bourbon-2.1.1/app/assets/stylesheets/addons/_button.scss, in `button'
from line 40 of /Users/yangtheman/ror/picpler/app/assets/stylesheets/multi_friend.css.scss
Compiled multi_friend.css (207ms) (pid 33734)
Compiled application.css (3731ms) (pid 33734)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment