有没有人能告诉我如何禁用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",
提前完成
答案 0 :(得分:0)
我检查了您的项目并执行了grunt目标grunt
和grunt concat_css
我没有得到任何详细的水平输出。
以下是我在控制台中看到的消息。
Running "concat_css:vendor" (concat_css) task
[] 'tmp/styles/vendor.min.css'
File "tmp/styles/vendor.min.css" created.
Running "concat_css:main" (concat_css) task
[] 'tmp/styles/custom.min.css'
File "tmp/styles/custom.min.css" created.
Done, without errors.
Elapsed time
loading tasks 2s
concat_css:main 15ms
Total 2s