Documentation of es6 transcompile and packaging

This commit is contained in:
2019-03-29 10:44:04 +01:00
parent c8adfc5595
commit ba299b2a4c
3 changed files with 21 additions and 1 deletions

View File

@@ -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 pillar.FOLDER_NAME.

View File

@@ -0,0 +1,2 @@
Gulp will transpile everything in this folder. Every sub folder containing a init.js file will become a file named
FOLDER_NAME.js containing the exported functions/classes under the namespace pillar.FOLDER_NAME.