Documentation of es6 transcompile and packaging
This commit is contained in:
2
src/scripts/js/es6/common/README.md
Normal file
2
src/scripts/js/es6/common/README.md
Normal 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.
|
2
src/scripts/js/es6/individual/README.md
Normal file
2
src/scripts/js/es6/individual/README.md
Normal 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.
|
Reference in New Issue
Block a user