π‘ The package does β¦
| ποΈ Library | @jaisocx/sites-tool-automation |
π·οΈ ver.: 1.2.6 |
| π Updated | Winter 2026 | Tue Jan 20 06:28:29 CET 2026 |
| π Size | π Folder: 1000 KB | π¦ Tarball: _ KB | π .js: 5 KB |
| β‘ JS Engine | π Browser: β no | π§ Express: β yes | π₯οΈ Console: β yes |
The package does β¦
in the Terminal, in the Root of the Project
./cmd/CssCleanStart_3_MediaAndStyle.sh
./cmd/CssCleanStart_3_MediaAndStyle.sh --debug
./cmd/sitesTool_MediaAndStyles.sh
./cmd/sitesTool_MediaAndStyles.sh --debug
in terminal:
example_produce_CssTable_themeExample_MediaAndStyles.sh ( args )
calls base bash scipt:
produceSitesTool_MediaAndStyles_base.sh ( args )
in docker:
/opt/jaisocx/sites_tools/workspace/ts/Jaisocx_SitesTools/packages/SitesToolAutomation/bash/produceSitesToolTemplate.sh ( args )
node in dockerized ts service:
node /opt/jaisocx/sites_tools/workspace/ts/Jaisocx_SitesTools/packages/SitesToolAutomation/src/main/produceSitesTool_byExtendedPropsForTemplate.ts ( args )
args mapped to js object:
const terminalInpArgsObject: any = {
sitesTool_ThemeName: "theme_base",
sitesToolName: "",
cssOrJsTool: "",
template: "",
withSizesCssConstants: ""
};
line 55: overrides method mainClassInstance.responsiveCssFile.getTemplateDataOverridden.
in the overriding method You may implement assignemnt of custom values passed to template.
this method gets 2 args:
The overriding method args explained
workspace/ts/Jaisocx_SitesTools/packages/SitesToolAutomation/data/ResponsiveSizes/ResponsiveSizes.json
Example of value for responsiveDatasetPropName: mobile_xs
{
...
...
"data": {
"mobile_xs": {
"range_orderby_id": "e02",
"width": {
"from": 240,
"to": 320
},
"height": {
"from": 320,
...
...
}
...
}
...
}
...
}
Have a nice day.
Elias, Software Architect of Jaisocx Company