40 lines
1.3 KiB
JavaScript
40 lines
1.3 KiB
JavaScript
|
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;
|