Update BackstopJS file name to backstop.config.js
This commit is contained in:
parent
9128854d6d
commit
dac16c5b4c
@ -1,5 +1,6 @@
|
||||
'use strict'
|
||||
const config = {
|
||||
|
||||
module.exports = {
|
||||
viewports: [{
|
||||
name: 'phone',
|
||||
width: 320,
|
||||
@ -126,5 +127,3 @@ const config = {
|
||||
debug: false,
|
||||
port: 3002
|
||||
}
|
||||
|
||||
module.exports = config
|
@ -35,7 +35,7 @@
|
||||
".gitignore",
|
||||
".sasslintrc",
|
||||
".travis.yml",
|
||||
"backstop.conf.js",
|
||||
"backstop.config.js",
|
||||
"bower.json",
|
||||
"changelog.md",
|
||||
"composer.json",
|
||||
|
@ -35,7 +35,7 @@
|
||||
".gitignore",
|
||||
".sasslintrc",
|
||||
".travis.yml",
|
||||
"backstop.conf.js",
|
||||
"backstop.config.js",
|
||||
"bower.json",
|
||||
"changelog.md",
|
||||
"composer.json",
|
||||
|
@ -35,7 +35,7 @@
|
||||
".gitignore",
|
||||
".sasslintrc",
|
||||
".travis.yml",
|
||||
"backstop.conf.js",
|
||||
"backstop.config.js",
|
||||
"bower.json",
|
||||
"changelog.md",
|
||||
"composer.json",
|
||||
@ -77,8 +77,8 @@
|
||||
"watch": "onchange src -- run-p build",
|
||||
"serve": "browser-sync start --no-notify -s test --ss dist -f dist",
|
||||
"backstop": "run-s build && run-s serve compare",
|
||||
"reference": "backstop reference --configPath=backstop.conf.js",
|
||||
"compare": "backstop test --configPath=backstop.conf.js",
|
||||
"reference": "backstop reference --config backstop.config.js",
|
||||
"compare": "backstop test --config backstop.config.js",
|
||||
"lint": "sass-lint -c .sasslintrc src --verbose --no-exit && eslint . --ignore-path .gitignore package.js",
|
||||
"ava": "nyc ava",
|
||||
"precommit": "run-p test",
|
||||
|
Loading…
Reference in New Issue
Block a user