【发布时间】:2017-10-31 01:19:04
【问题描述】:
我在使用 grunt 时遇到了问题
警告标志是
jit-grunt: Plugin for the "&&" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "&&" failed. Used --force, continuing.
jit-grunt: Plugin for the "php" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "php" failed. Used --force, continuing.
jit-grunt: Plugin for the "bin/magento" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "bin/magento" failed. Used --force, continuing.
jit-grunt: Plugin for the "dev" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "dev:source-theme:deploy" failed. Used --force, continuing.
jit-grunt: Plugin for the "css/styles-m" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "css/styles-m" failed. Used --force, continuing.
Done, but with warnings.
已经完成,但它不会将 less 转换为 css
当我查看 combo.js 文件时,上面的任务是“&&”、“php”、“bin/magento”作为命令的一部分
请帮忙
【问题讨论】: