有没有人能告诉我如何禁用 concat css 输出?
Running "concat_css:main" (concat_css) task
[ 'tmp/styles/custom/style.css',
'tmp/styles/custom/style.pref.css' ] 'tmp/styles/custom.min.css'
{ path: 'tmp/styles/custom/style.css',
css: '/ =================================\n MIXINS\n==================================== /\n/ =================================\n COMPONENTS / FRAMEWORKS\n==================================== /\nmeta.foundation-mq-small {\n font-family: "only screen and (min-width: 768px)";\n width: 768px;\n}\n\nmeta.foundation-mq-medium {\n font-family: "only screen and (min-width:1280px)";\n width: 1280px;\n}\n\nmeta.foundation-mq-large {\n font-family: "only screen and (min-width:1440px)";\n width: 1440px;\n}\n\n,\n*:before,\n*:after {\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\nhtml,\nbody {\n font-size: 100%;\n}\n\nbody {\n background: white;\n color: #222222;\n padding: 0;\n margin: 0;\n font-family: "Helvetica Neue", "Helvetica",
提前感谢