我正在学习ruby on rails和javascript。反正只有在railsapp需要时加载js文件?我试图创建简单的应用程序但是当我检查日志时,我意识到它总是加载所有的js,甚至是不需要的库。
我已经搜索了它,发现它正在使用配置来加载特定页面的特定js。这很好,但我想当我们处理许多页面使用的库时,会使其难以维护。任何人都可以给出好的建议吗?
谢谢
答案 0 :(得分:1)
查看 requireJS :http://requirejs.org/
RequireJS is a JavaScript file and module loader.
It is optimized for in-browser use, but it can be
used in other JavaScript environments, like Rhino and Node. Using a
modular script loader like RequireJS will improve the speed and quality of your code.