我来评价一下。首先感谢Materliu 让我重新了解了grunt 和学习了gulp。我的工作一直没用building tool。哈哈,有点落后。我之前自己看看grunt 懂了它的配置也一直没在工作中用过。很多plugin 也是我在这里听了感觉不了解去npmjs.com 搜索看看使用方法。gulp 之前没看过,第一次看完视频花了两三天的时间去了解这个构建工具,和各个常用插件的使用。自己也照搬generator 生成的项目写一个新的。感觉学了不少。
2017-06-08
D:\>yo -v
? 'Allo! What would you like to do? (Use arrow keys)
Run a generator
──────────────
> Install a generator
Find some help
Get me out of here!
──────────────
windows下 安装不成功 yeoman
? 'Allo! What would you like to do? (Use arrow keys)
Run a generator
──────────────
> Install a generator
Find some help
Get me out of here!
──────────────
windows下 安装不成功 yeoman
2017-05-18
Task "copy" not found. Use --force to continue. 报错 已经安装了 grunt-contrib-copy
2017-05-11
$ npm install -g grunt-wiredep
...
$ bower install jquery
...
$ grunt wiredep
...
Done, without errors.
...
...
$ bower install jquery
...
$ grunt wiredep
...
Done, without errors.
...
2017-05-05
Warning: Error: Cannot find where you keep your Bower packages. Use --force to continue.
2017-05-05