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' +}