- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
出于某种原因,我的 vendor Assets (和 lib Assets )文件夹仅将“.gitkeep”显示为样式表和 javascripts 文件夹下的文件。
如何查看其中的实际文件?我知道一定有文件给出了我使用的所有 gem,但无法查看其中的样式表(仅显示 .gitkeep)。谢谢!
最佳答案
这就是 Rails3 Assets 管道的工作方式,Gem Assets 按照 guides.rubyonrails.org
A good example of this is the jquery-rails gem which comes with Rails as the standard JavaScript library gem. This gem contains an engine class which inherits from Rails::Engine. By doing this, Rails is informed that the directory for this gem may contain assets and the app/assets, lib/assets and vendor/assets directories of this engine are added to the search path of Sprockets.
关于javascript - vendor Assets 文件夹仅显示 .gitkeep Rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13404927/
.gitignore 和 .gitkeep 有什么区别?它们是名称不同的同一种东西,还是它们都有不同的功能? 我似乎无法在 .gitkeep 上找到很多文档。 最佳答案 .gitkeep 没有文档,因
我要 忽略 log 中的所有文件文件夹,除了 .gitkeep文件 (我需要这些文件来保持空目录): - log |- foo.log (should be ignored) |- folde
出于某种原因,我的 vendor Assets (和 lib Assets )文件夹仅将“.gitkeep”显示为样式表和 javascripts 文件夹下的文件。 如何查看其中的实际文件?我知道一定
我是一名优秀的程序员,十分优秀!