From d950d1d265a87ab8283b01ae82fdf1226ad86e15 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Tue, 3 Sep 2019 21:22:15 +0200 Subject: [PATCH] Add constants file --- constants.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 constants.js diff --git a/constants.js b/constants.js new file mode 100644 index 0000000..5392926 --- /dev/null +++ b/constants.js @@ -0,0 +1,6 @@ +module.exports = { + SOURCE: 'templates', + DIST: 'dist', + WORKING_DIR: 'tmp', + CONFIGURATION_FILE: 'conf.json' +}