/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.6.7
firebase.json
24 строки
525 B
Martin Staffa
chore(docs.angularjs.org): fix docs deploy for source file changes
24 авг 2017, 12:02
24 авг 2017, 12:02
8f88ea5
Код
Авторство
О чём код?
{ "hosting": { "public": "uploadDocs", "ignore": [ "/index.html", "/index-debug.html", "/index-jquery.html" ], "rewrites": [ { "source": "/", "destination": "/index-production.html" }, { "source": "/index.html", "destination": "/index-production.html" }, { "source": "**/*!(.jpg|.jpeg|.gif|.png|.html|.js|.map|.json|.css|.svg|.ttf|.woff|.woff2|.eot)", "destination": "/index-production.html" } ] } }