作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 jQuery
和一些其他库构建 Rails 5.1.x rails 应用程序。 Rails 坚持使用 Yarn,这在开发机器上很好,但我不能在生产机器上使用它。
有没有办法让 rails 默认使用 Yarn?删除 yarn.lock
和 node_modules
以及它附带的所有其他内容。
最佳答案
从文件中删除以下行
bin/setup.rb 和 bin/update.rb
- # Install JavaScript dependencies if using Yarn
- system('bin/yarn')
配置/初始化程序/assets.rb
# Add Yarn node_modules folder to the asset load path.
Rails.application.config.assets.paths << Rails.root.join('node_modules')
关于ruby-on-rails - 如何从 Rails 应用程序中完全删除 Yarn?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52905703/
我是一名优秀的程序员,十分优秀!