我無法讓Zurb基金會在Padrino中正常工作。樣式表被編譯和加載,但Foundation模塊不起作用。Padrino 0.12.0,Compass 0.12.2,haml 4.0.5和Zurb Foundation 5(「camorra」插件) - javascripts不工作
http://intense-falls-2845.herokuapp.com/
是
http://foundation.zurb.com/templates/marketing.html
一個HAML版本,但無論是下拉菜單,也沒有軌道滑塊都在工作。
$ padrino g project PadrinoFoundation -e haml -c compass -s jquery -b
$ padrino g plugin camorra
$ bundle install
一些編輯到應用程序/ app.rb(創建路線),應用程序/樣式表/ application.scss(刪除指南針引用藍圖)和應用程序/視圖/ application.haml:使用生成項目(佈局,閱讀下面)。
這些在下面可以看到:
(路線)https://github.com/bcsantos/PadrinoZurbFoundation/blob/master/app/app.rb
(樣式)https://github.com/bcsantos/PadrinoZurbFoundation/blob/master/app/stylesheets/application.scss
(佈局)https://github.com/bcsantos/PadrinoZurbFoundation/blob/master/app/views/application.haml
(整個庫)https://github.com/bcsantos/PadrinoZurbFoundation
關於佈局,我用https://github.com/CIRCUITLLC/foundation_templates_haml/blob/master/haml/marketing.html.haml但是是新的哈姆我可能犯了錯誤。希望如果有人指出我正確的方向,我可以弄清楚事情的真相。
有什麼不對?
感謝您的閱讀。
@AudioVisualCode做這些修復解決您的問題? –
對不起,在過去的幾天裏我一直很忙。我會盡快回復你。感謝您的回覆。 – bcsantos
再次問候,我更新了https://github.com/bcsantos/PadrinoZurbFoundation/blob/master/app/views/application.haml以包含數據屬性,並修復了損壞的JavaScript鏈接。仍然沒有菜單或滑塊交互。 http://intense-falls-2845.herokuapp.com/ 編輯: 這可能與useragent數據屬性有關,這些屬性出現在http://foundation.zurb.com/templates/marketing中。 html? – bcsantos