This directory contains all files and scripts needed to build the raw resources hosted on resources.ender.ing, and the shared files between all subdomains!
You may run the
BUILD.batfile to build all the resources.By default, the
BUILD.batfile copies all files from theROOTS_PATHdirectory into theOUTPUT_PATHdirectory.If you use the argument
--no-static, theBUILD.batfile will include only the generated resources in theOUTPUT_PATHdirectory.
You may use the INSTALL-DEP.bat file to install all the needed dependencies.
Warning: The
INSTALL-DEP.batfile will install local and global NodeJS dependencies
The .secret.env file contains needed absolute paths and secret values.
Warning: Make sure to copy and rename
.template.envfile to.secret.envand use correct absolute paths before running any command!Failure to do so can result in you losing your files!
Contains a template of correct gen. configuration files.
Contains all NodeJS modules used to generate raw web resources and relevant files.
Contains all files used to generate the global index.html file.
You may run the
build-global-index.batfile to build all relevant resources.
Contains all files related to material design web components and imports.
You may run the
build-material-imports.batfile to build all relevant resources. (makes use of Rollup)
Contains all custom files related to material design
You may run the
compress-custom-material.batfile to build all relevant resources.
Contains global configuration files used on the server on all subdomains.
Note that you need to use a GitHub account that has access to the private
hostrepository in order to pull files and commit changes!
The generated output directory should include a .git folder. You can use your GitHub account to push your changes to the private host repository. After pushing the changes, ask the server staff/manager to run the endering get command in the server's terminal.