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.
我正在尝试为 require.js 制作一个插件,该插件允许我调用外部 api、转换 json 响应并将其保存到文件中。
问题:
我希望在构建时执行此操作,以便在 concat 方法发生之前准备好文件(将所有文件放在一个中)
这甚至可能吗?我应该改用 grunt 任务吗?任何指针或示例或教程或任何东西都会非常有用。
最后我使用了https://npmjs.org/package/grunt-curl。
容易多了,只是稍微修改了文件以将响应包装在 define();
它允许在构建时下载文件并稍后在应用程序中使用