@edge_technologies/edge-client-ext
v1.0.15
Published
Utility to build edgeCore client extensions
Downloads
4
Keywords
Readme
edgeClientExt
A NodeJS Script to help you build client extensions which can pre-load CSS or JS in edgeCore. Useful when wanting several HTML Template widgets to share a library.
Prerequisites
- NodeJS
Installation Instructions
Globally install the NodeJS script with NPM
npm install -g @edge_technologies/edge-client-ext
Usage Instructions
Make an empty directory somewhere.
mkdir ~/temp
Place the CSS and/or JS files you want to load on app startup into new folder.
cp myCoolScript.js ~/temp/
Change into new folder.
cd ~/temp
Run the NodeJS script
edgeClientExt