We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4823d8c commit 5eb1710Copy full SHA for 5eb1710
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "BackstopJS",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"main": "/",
5
"ignore": [
6
"node_modules",
gulp/tasks/report.js
@@ -4,7 +4,7 @@ var paths = require('../util/paths');
gulp.task('report',['start'],function(){
if (!paths.report || paths.report.indexOf( 'browser' ) > -1 ){
7
- setTimeout(function(){gulp.run('openReport')},100);
+ setTimeout(function(){gulp.run('openReport')},1000);
8
}
9
10
if (!paths.report || paths.report.indexOf( 'CLI' ) > -1 ){
package.json
"name": "backstopjs",
"description": "BackstopJS: Catch CSS curveballs.",
"scripts": {
"genConfig": "gulp genConfig",
0 commit comments