fis-parser-sass icon indicating copy to clipboard operation
fis-parser-sass copied to clipboard

多模块使用问题

Open alanwei0 opened this issue 11 years ago • 1 comments

如果在多个模块中都需要使用compass时,需要在各自模块下都复制一份compass代码,这样增加了代码维护的成本。不知是否可以做到只部署在common中,其他模块就可以使用,或者其他更好的方式

alanwei0 avatar Jul 23 '14 12:07 alanwei0

可以设置 include_paths 为 common 目录下 compass, 但是这样就有了编译依赖。

2betop avatar Jul 23 '14 13:07 2betop