Jammit无法打包timymce



当我用tinyMCE加载页面时,我得到以下错误:

"NetworkError: 404 Not Found - http://localhost:3000/users//langs/en.js"en.js"NetworkError: 404 Not Found - http://localhost:3000/users//themes/advanced/editor_template.js"

路径似乎都错了,但我不知道如何调试这个

编辑:根据要求,我添加了一些代码

application.js

tinyMCE.init({
          content_css : '/stylesheets/tinyMCE.css?bogus=1306384393',
          editor_selector : 'mceEditor',
          font_size_style_values : '10px,12px,13px,14px,16px,18px,20px',
          language : 'en',
          mode : 'textareas',
          theme : 'advanced',
          theme_advanced_buttons1 : 'bold,italic,underline,fontsizeselect,forecolor,|,bullist,numlist,|,outdent,indent, justifycenter,justifyright,justifyleft, blockquote',
          theme_advanced_buttons2 : '',
          theme_advanced_buttons3 : '',
          theme_advanced_containers_default_align : 'left',
          theme_advanced_font_sizes : '10px,12px,13px,14px,16px,18px,20px',
          theme_advanced_resizing : false,
          theme_advanced_toolbar_align : 'left',
          theme_advanced_toolbar_location : 'top'
          });

jammit asset.yml:

embed_assets: off
javascripts:

workspace:
      - public/javascripts/jquery/1.6.1/jquery.js
      - public/javascripts/jqueryui/1.8.13/jquery-ui.js
      - public/javascripts/rails.validations.js
      - public/javascripts/cocoon.js
      - public/javascripts/jquery_plugins/count_char/jquery.jqEasyCharCounter.js
      - public/javascripts/jquery_plugins/jquery.truncate/jquery.truncate.js         
      - public/javascripts/jquery_plugins/jquery.watermark-3.1.3/jquery.watermark.js  
      - public/javascripts/jquery_plugins/jquery.elastic-1.6.10/jquery.elastic.source.js
      - public/javascripts/swfobject.js
      - public/javascripts/tiny_mce/tiny_mce.js
      - public/javascripts/jquery.uploadify.v2.1.4.js
      - public/javascripts/jquery_plugins/jquery.webcam/jquery.webcam.js
      - public/javascripts/jquery_plugins/paulelliott-In-Field-Labels-jQuery-Plugin-796bc1f/src/jquery.infieldlabel.js
      - public/javascripts/scribd_view.js
      - public/javascripts/rails.js
      - public/javascripts/application.js

    stylesheets:
      common:
          - public/stylesheets/blueprint/screen.css
          - public/stylesheets/jquery-ui/*.css
          - public/stylesheets/jquery.fileupload-ui.css
          - public/stylesheets/tinyMCE.css
          - public/stylesheets/application.css
      ie_any:
          - public/stylesheets/ie_fixes.css
      ie_before_v8: 
          - public/stylesheets/blueprint/ie.css

谢谢你的帮助,马特奥

查看以下与路径相关的时序设置列表:http://www.tinymce.com/wiki.php/TinyMCE_FAQ#Paths.2FURLs_are_incorrect.2C_I_want_absolute.2Frelative_URLs.3F

相关内容

  • 没有找到相关文章

最新更新