标签: requirejs gruntjs
我的模块就像,
define(["angular","underscore","jquery","some/other/custom/module", "css!dropzone-css/dropzone.css"]
使用grunt任务grunt-requirejs,我如何在requirejs.compile.options.paths中指定css?
grunt-requirejs
requirejs.compile.options.paths
还有其他方法吗? 我无法修改原始模块的定义。那是外在的。
感谢。