grunt yslow:使用grunt任务调用的YSlow库测试网页性能 源码
咕y声 使用无头WebKit浏览器PhantomJS测试页面性能的艰巨任务。 入门 使用以下命令在项目的[grunt.js gruntfile]旁边安装此grunt插件: npm install grunt-yslow --save-dev 然后将此行添加到项目的grunt.js gruntfile中: grunt . loadNpmTasks ( 'grunt-yslow' ) ; 还要确保phantomjs在$PATH 。 您可以添加./node_modules/grunt-yslow/node_modules/grunt-lib-phantomjs/node_modules/phantomjs或执行$ npm install --global phantomjs ## Config必须在您的Gruntfile.js中以任务名称yslow指定所有配置。 ###选项 阈值(对象
文件列表
grunt-yslow-master.zip
(预估有个10文件)
grunt-yslow-master
LICENSE-MIT
1KB
.jshintrc
112B
AUTHORS
78B
Gruntfile.js
472B
tasks
tasks.js
5KB
lib
yslow.js
138KB
CONTRIBUTING.md
127B
暂无评论