mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 22:15:25 +00:00
update
This commit is contained in:
40
node_modules/browser-sync-ui/lib/plugins/remote-debug/client-files.js
generated
vendored
Normal file
40
node_modules/browser-sync-ui/lib/plugins/remote-debug/client-files.js
generated
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
var files = [
|
||||
{
|
||||
type: "css",
|
||||
context: "remote-debug",
|
||||
id: "__browser-sync-pesticide__",
|
||||
active: false,
|
||||
file: __dirname + "/css/pesticide.min.css",
|
||||
title: "CSS Outlining",
|
||||
served: false,
|
||||
name: "pesticide",
|
||||
src: "/browser-sync/pesticide.css",
|
||||
tagline: "Add simple CSS outlines to all elements. (powered by <a href=\"http://pesticide.io\" target=\"_blank\">Pesticide.io</a>)",
|
||||
hidden: ""
|
||||
},
|
||||
{
|
||||
type: "css",
|
||||
context: "remote-debug",
|
||||
id: "__browser-sync-pesticidedepth__",
|
||||
active: false,
|
||||
file: __dirname + "/css/pesticide-depth.css",
|
||||
title: "CSS Depth Outlining",
|
||||
served: false,
|
||||
name: "pesticide-depth",
|
||||
src: "/browser-sync/pesticide-depth.css",
|
||||
tagline: "Add CSS box-shadows to all elements. (powered by <a href=\"http://pesticide.io\" target=\"_blank\">Pesticide.io</a>)",
|
||||
hidden: ""
|
||||
},
|
||||
{
|
||||
type: "js",
|
||||
context: "n/a",
|
||||
id: "__browser-sync-gridoverlay__",
|
||||
active: false,
|
||||
file: __dirname + "/overlay-grid/js/grid-overlay.js",
|
||||
served: false,
|
||||
name: "overlay-grid-js",
|
||||
src: "/browser-sync/grid-overlay-js.js"
|
||||
}
|
||||
];
|
||||
|
||||
module.exports.files = files;
|
Reference in New Issue
Block a user