1

I am trying to change the directory of Mimosa's "dist" folder. It is currently set via the node package "mimosa-web-package", and there is a config file in there. However, I do not want this config to be overridden if I update my node modules.

I have looked on Mimosa's page to see if there is an option to change, however I cannot work out how they are linked.

Anybody encountered this issue? Thanks!

4

2 に答える 2

1

これを mimosa.config ファイルで必要なものに設定します。

webPackage.outPath: __dirname + "/nameOfBuildDir"
于 2014-01-29T02:27:37.030 に答える