Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Shane Tomlinson 0e91f4581e
chore(install): Only clone the l10n repo if needed. (#2546) r=@vladikoff
While sitting on the train w/ a terrible 3G connection,
it took about 10 minutes to update the repo, mostly
downloading l10n.

I noticed we delete the l10n directory and re-clone
*every time* we do an `npm install`. This seems
heavy handed.

This change checks if the l10n directory exists,
if it does it reverts any local changes and pulls.

If the directory doens't exist, then clone the
l10n repo.

not attached to any issue.
2018-07-26 15:48:40 +01:00
Vlad Filippov 1f36c6d3a7 refactor(l10n): take l10n repo out of node_modules (#2079)
Same as https://github.com/mozilla/fxa-content-server/pull/5395

Fixes #1678
2017-09-06 09:33:19 -04:00
Sean McArthur 4fbc25f9d2 feat(docker): add docker support with circle-ci (#1692) r=vladikoff,jbuck 2017-03-07 15:43:56 -05:00
Phil Booth d09759cee8 fix(project): move mailer files into proper directories (#1676) r=vladikoff 2017-02-24 10:31:07 -05:00