From 23e0e55de95f567d343c147f97ffb7f5509a6431 Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Fri, 29 Mar 2019 10:44:04 +0100 Subject: [PATCH] Documentation of es6 transcompile and packaging --- src/scripts/js/es6/common/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/scripts/js/es6/common/README.md diff --git a/src/scripts/js/es6/common/README.md b/src/scripts/js/es6/common/README.md new file mode 100644 index 0000000..d33eee9 --- /dev/null +++ b/src/scripts/js/es6/common/README.md @@ -0,0 +1,2 @@ +Gulp will transpile everything in this folder. Every sub folder containing a init.js file exporting functions/classes +will be packed into a module in tutti.js under the namespace attract.FOLDER_NAME.