grunt你好

前端之家收集整理的这篇文章主要介绍了grunt你好前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

grunt

为什么了解了gulp还要了解grunt呢?因为外网的项目需要呀。

started

*uck,从gitlabclone下来的项目,怎么grunt执行完之后报错。

    Warning: Task "default" not found. Use --force to continue.
Aborted due to warnings.</code></pre>

关键的问题是,加上--force还是报错。

    Warning: Task "default" not found. Used --force,continuing.
Done,but with warnings.</code></pre>

但是,它Done了。

实际上,它的本质和gulp还是一样的,等到具体使用的时候再调研吧。

猜你在找的程序笔记相关文章