Remove selector from browser-sync
This commit is contained in:
parent
7ed897cd1d
commit
f88f8d2fef
@ -7,7 +7,7 @@ module.exports = {
|
|||||||
label: 'Typography',
|
label: 'Typography',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#typography'],
|
selectors: ['#typography'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -18,7 +18,7 @@ module.exports = {
|
|||||||
label: 'Blockquotes',
|
label: 'Blockquotes',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#blockquotes'],
|
selectors: ['#blockquotes'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -29,7 +29,7 @@ module.exports = {
|
|||||||
label: 'Buttons',
|
label: 'Buttons',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#buttons'],
|
selectors: ['#buttons'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -40,7 +40,7 @@ module.exports = {
|
|||||||
label: 'Lists',
|
label: 'Lists',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#lists'],
|
selectors: ['#lists'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -51,7 +51,7 @@ module.exports = {
|
|||||||
label: 'Forms',
|
label: 'Forms',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#forms'],
|
selectors: ['#forms'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -62,7 +62,7 @@ module.exports = {
|
|||||||
label: 'Tables',
|
label: 'Tables',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#tables'],
|
selectors: ['#tables'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -73,7 +73,7 @@ module.exports = {
|
|||||||
label: 'Grids',
|
label: 'Grids',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#grids'],
|
selectors: ['#grids'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -84,7 +84,7 @@ module.exports = {
|
|||||||
label: 'Codes',
|
label: 'Codes',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#codes'],
|
selectors: ['#codes'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
@ -95,7 +95,7 @@ module.exports = {
|
|||||||
label: 'Utilities',
|
label: 'Utilities',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: ['#__bs_notify__'],
|
removeSelectors: [],
|
||||||
selectors: ['#utilities'],
|
selectors: ['#utilities'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
|
Loading…
Reference in New Issue
Block a user