私のモジュールは、
define(["angular","underscore","jquery","some/other/custom/module",
"css!dropzone-css/dropzone.css"]
grunt task を使用しgrunt-requirejs
て、css を指定するにはどうすればよいrequirejs.compile.options.paths
ですか?
他の方法はありますか?元のモジュールの定義を変更できません。それは外部です。
ありがとう。