/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
third_party/inputmask/compile.sh
10 строк
258 B
Carlos Vializ
🐛🏗 Fix mask appearing on hover. Use patch pattern (#19873)
14 дек 2018, 00:28
Не верифицирован
14 дек 2018, 00:28
a34b0e5
Код
Авторство
О чём код?
#!/usr/bin/env bash # Run this file with bash to add AMP-specific changes to the # inputmask library. # Apply all the patches in third_party/inputmask/patches/ for patchfile in patches/*.patch do echo "Applying patch $patchfile" patch < $patchfile done