diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:06:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:06:04 +0200 |
| commit | 5caf4e48174533710243e8eeaf52567795ec9d01 (patch) | |
| tree | 1396f09bd14c3c4e1af3164ef924f2190b3f949f | |
| parent | ded191658af266a764332b9a1b72d628de3d5b6e (diff) | |
| download | brokentalents-5caf4e48174533710243e8eeaf52567795ec9d01.tar.gz brokentalents-5caf4e48174533710243e8eeaf52567795ec9d01.zip | |
move files to backend subdir, push data in submodule
| -rw-r--r-- | backend/api.js (renamed from api.js) | 0 | ||||
| -rw-r--r-- | backend/config.js (renamed from config.js) | 2 | ||||
| -rw-r--r-- | backend/etl.js (renamed from etl.js) | 0 | ||||
| -rw-r--r-- | backend/file.js (renamed from file.js) | 0 | ||||
| -rw-r--r-- | backend/index.js (renamed from index.js) | 0 | ||||
| -rw-r--r-- | backend/params.js (renamed from params.js) | 0 | ||||
| -rw-r--r-- | backend/reduce.js (renamed from reduce.js) | 0 | ||||
| -rw-r--r-- | backend/source.js (renamed from source.js) | 0 | ||||
| -rw-r--r-- | backend/utils.js (renamed from utils.js) | 0 | ||||
| m--------- | data | 0 | ||||
| -rw-r--r-- | data_/.gitkeep (renamed from data/.gitkeep) | 0 |
11 files changed, 1 insertions, 1 deletions
diff --git a/config.js b/backend/config.js index 0a7e048..fe51ca3 100644 --- a/config.js +++ b/backend/config.js @@ -54,6 +54,6 @@ module.exports = { sum: ['Level', 'Winner'], }, file: { - pattern: (moment) => `./data/${hashSettings(module.exports)}/${moment.toISOString()}.json`, + pattern: (moment) => `../data/${hashSettings(module.exports)}/${moment.toISOString()}.json`, }, }; diff --git a/file.js b/backend/file.js index b750921..b750921 100644 --- a/file.js +++ b/backend/file.js diff --git a/index.js b/backend/index.js index 5da0f82..5da0f82 100644 --- a/index.js +++ b/backend/index.js diff --git a/params.js b/backend/params.js index 5edf658..5edf658 100644 --- a/params.js +++ b/backend/params.js diff --git a/reduce.js b/backend/reduce.js index 3ac9da2..3ac9da2 100644 --- a/reduce.js +++ b/backend/reduce.js diff --git a/source.js b/backend/source.js index 0f4fd28..0f4fd28 100644 --- a/source.js +++ b/backend/source.js diff --git a/utils.js b/backend/utils.js index 6cff356..6cff356 100644 --- a/utils.js +++ b/backend/utils.js diff --git a/data b/data new file mode 160000 +Subproject 638ae1e647bf8621da9f8ddd3d93cacb0788bb1 diff --git a/data/.gitkeep b/data_/.gitkeep index e69de29..e69de29 100644 --- a/data/.gitkeep +++ b/data_/.gitkeep |
