首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >rake资产:预编译突然失败

rake资产:预编译突然失败
EN

Stack Overflow用户
提问于 2014-07-08 12:35:48
回答 1查看 497关注 0票数 2

我已经改变了我的分期扶手应用程序。我交换了一个标题映像,因此希望再次预编译这些资产。上个星期五,它还在工作,而现在,在这小小的改变之后,它突然失败了。我使用一个部署脚本来完成这个任务,该脚本克隆git存储库,然后调用bundle install和rake任务进行预编译,然后将文件夹移到/var/www。手动调用webserver目录中的预编译任务会导致相同的错误。

配置是:

Ubuntu 12.04,nginx 1.4.7,ruby 1.9.3,rails 4.0.2

我所犯的错误:

代码语言:javascript
运行
复制
ubuntu@ip-xx-xxx-xx-xxx:/var/www/myproject-web$ RAILS_ENV=staging bundle exec rake --trace assets:precompile
** Invoke assets:precompile (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke environment (first_time)
** Execute environment
** Execute assets:precompile
rake aborted!
Sprockets::FileNotFound: couldn't find file 'jquery.ui.tabs'
  (in /var/www/myproject-web/app/assets/javascripts/application.js:15)
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/context.rb:106:in `resolve'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/context.rb:146:in `require_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/directive_processor.rb:217:in `process_require_directive'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/directive_processor.rb:167:in `block in process_directives'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/directive_processor.rb:165:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/directive_processor.rb:165:in `process_directives'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/directive_processor.rb:99:in `evaluate'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/tilt-1.4.1/lib/tilt/template.rb:103:in `render'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/context.rb:197:in `block in evaluate'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/context.rb:194:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/context.rb:194:in `evaluate'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/processed_asset.rb:12:in `initialize'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:374:in `new'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:374:in `block in build_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:395:in `circular_call_protection'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:373:in `build_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/index.rb:94:in `block in build_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/caching.rb:58:in `cache_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/index.rb:93:in `build_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:287:in `find_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/index.rb:61:in `find_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/bundled_asset.rb:16:in `initialize'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:377:in `new'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:377:in `build_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/index.rb:94:in `block in build_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/caching.rb:58:in `cache_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/index.rb:93:in `build_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/base.rb:287:in `find_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/index.rb:61:in `find_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/manifest.rb:211:in `block in find_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/manifest.rb:257:in `benchmark'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/manifest.rb:210:in `find_asset'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/manifest.rb:119:in `block in compile'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/manifest.rb:118:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/sprockets/manifest.rb:118:in `compile'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-rails-2.0.1/lib/sprockets/rails/task.rb:60:in `block (3 levels) in define'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-2.11.0/lib/rake/sprocketstask.rb:146:in `with_logger'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/sprockets-rails-2.0.1/lib/sprockets/rails/task.rb:59:in `block (2 levels) in define'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/task.rb:240:in `call'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/task.rb:240:in `block in execute'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/task.rb:235:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/task.rb:235:in `execute'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain'
/usr/local/rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/task.rb:172:in `invoke_with_call_chain'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/task.rb:165:in `invoke'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:150:in `invoke_task'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:106:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:106:in `block in top_level'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:115:in `run_with_threads'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:100:in `top_level'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:78:in `block in run'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:176:in `standard_exception_handling'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/lib/rake/application.rb:75:in `run'
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/rake-10.3.2/bin/rake:33:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p484/bin/rake:23:in `load'
/usr/local/rvm/gems/ruby-1.9.3-p484/bin/rake:23:in `<main>'
/usr/local/rvm/gems/ruby-1.9.3-p484/bin/ruby_executable_hooks:15:in `eval'
/usr/local/rvm/gems/ruby-1.9.3-p484/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => assets:precompile

自从上次成功的预编译后,我的application.js中没有任何改变

代码语言:javascript
运行
复制
//= require jquery
//= require jquery_ujs
//= require jquery.ui.tabs
//= require jquery.ui.dialog
//= require knockout-3.0.0
//= require jquery.jplayer.min

//= require_tree . 

Gemfile也没有被碰过。

代码语言:javascript
运行
复制
gem 'rails', '4.0.2'
gem 'pg'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'jbuilder', '~> 1.2'
group :doc do
    gem 'sdoc', require: false
end
gem 'bcrypt-ruby', '~> 3.1.2'
gem 'right_aws'
gem 'devise'
gem 'devise_invitable'
gem 'cancan'
gem 'will_paginate'
gem 'asset_sync'
gem 'unf'
gem 'koala', '~> 1.10.0rc'
gem 'httparty'

有没有人有过同样的经历?是什么导致了这个错误?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-07-08 12:38:06

Jquery前几天改变了它的包含方式

在application.js中将其更改为:

代码语言:javascript
运行
复制
//= require jquery-ui/dialog
//= require jquery-ui/tabs

如果你需要css

代码语言:javascript
运行
复制
*= require jquery-ui/dialog
*= require jquery-ui/tabs
票数 6
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24632040

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档