client-files.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. var files = [
  2. {
  3. type: "css",
  4. context: "remote-debug",
  5. id: "__browser-sync-pesticide__",
  6. active: false,
  7. file: __dirname + "/css/pesticide.min.css",
  8. title: "CSS Outlining",
  9. served: false,
  10. name: "pesticide",
  11. src: "/browser-sync/pesticide.css",
  12. tagline: "Add simple CSS outlines to all elements. (powered by <a href=\"http://pesticide.io\" target=\"_blank\">Pesticide.io</a>)",
  13. hidden: ""
  14. },
  15. {
  16. type: "css",
  17. context: "remote-debug",
  18. id: "__browser-sync-pesticidedepth__",
  19. active: false,
  20. file: __dirname + "/css/pesticide-depth.css",
  21. title: "CSS Depth Outlining",
  22. served: false,
  23. name: "pesticide-depth",
  24. src: "/browser-sync/pesticide-depth.css",
  25. tagline: "Add CSS box-shadows to all elements. (powered by <a href=\"http://pesticide.io\" target=\"_blank\">Pesticide.io</a>)",
  26. hidden: ""
  27. },
  28. {
  29. type: "js",
  30. context: "n/a",
  31. id: "__browser-sync-gridoverlay__",
  32. active: false,
  33. file: __dirname + "/overlay-grid/js/grid-overlay.js",
  34. served: false,
  35. name: "overlay-grid-js",
  36. src: "/browser-sync/grid-overlay-js.js"
  37. }
  38. ];
  39. module.exports.files = files;