1
learnshare 2015-03-26 18:34:40 +08:00 1
把你的 node/npm 版本和 package.json 贴一下
|
2
FrankFang128 2015-03-26 18:36:09 +08:00 via Android 1
早日改gulp/make吧,祝你好运。
|
3
learnshare 2015-03-26 18:39:25 +08:00 1
@FrankFang128 Gulp 的确不错
|
4
ZZZero OP @learnshare
npm -v 1.4.28 node -v v0.10.32 { "name": "ZZZero-git", "version": "1.0.0", "description": "", "main": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-cssmin": "^0.12.2", "grunt-contrib-jshint": "^0.11.1", "grunt-contrib-uglify": "^0.8.0", "grunt-contrib-watch": "^0.6.1", "grunt-htmlhint": "^0.4.1", "load-grunt-tasks": "^3.1.0" } } 万分感谢 |
5
ZZZero OP @FrankFang128 额 grunt不好用么…… 现在貌似用grunt挺多的我就来折腾一下
|
6
FrankFang128 2015-03-26 18:53:14 +08:00 via Android
@ZZZero 好用,但是比 gulp 慢很多
|
7
learnshare 2015-03-26 18:57:45 +08:00
@ZZZero 我没找到什么可以定位错误的东西
从 https://github.com/gruntjs/grunt-contrib-watch/issues/75 来看,貌似是很久之前的 Bug 了 不过从 https://github.com/joyent/node/issues/5463 来看,好像仍然未修复/发布修复 |
8
ZZZero OP @learnshare 谢谢 thx!
|