| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- 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;
|