Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 9264395

Browse files
committed
build: Remove reactifex dependency.
This repo only relies on that deprecated library for one script and since this repo is also on the road to deprecation, for now I've just copied the one script we needed from that repo to here so that we can drop that dependency and archive that repo.
1 parent 59d2a37 commit 9264395

File tree

4 files changed

+107
-353
lines changed

4 files changed

+107
-353
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNAME := $(shell uname)
22

33
i18n = ./src/i18n
44
transifex_input = $(i18n)/transifex_input.json
5-
transifex_utils = ./node_modules/.bin/edx_reactifex
5+
transifex_utils = node ./scripts/concat_translations.js
66

77
# This directory must match .babelrc .
88
transifex_temp = ./temp/babel-plugin-react-intl

0 commit comments

Comments
 (0)