Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Grails 资源插件允许您定义模块,并将一堆文件捆绑到一个模块中。
假设我想要一个模块来收集我的 /js/models 文件夹中的所有文件,并将它们放在一个名为 model 的模块包中
我将如何指定?
我偶然发现了同样的事情......
SO上有一个公认的答案:Link
以及对资源插件的功能请求,其中包含一些好的想法:链接