문제

I have created requirejs task for concatenating and minifying js files. The files are going to build/js folder. But apart from combined version of js files all other files are also moving to build/js folder. What is the configuration option so that i can avoid that.

도움이 되었습니까?

해결책

You are looking for the removeCombined option.

From the example.build.js file:

If set to true, any files that were combined into a build bundle will be removed from the output folder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top