/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/browser-sync-ui/lib/plugins/remote-debug/client-files.js
40 строк
1 KB
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
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;