Skip to content

Streamlines add-on development by automatically removing and adding add-ons from a local WebCTRL server as they are developed.

License

Notifications You must be signed in to change notification settings

automatic-controls/addon-dev-refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AddonDevRefresher

WebCTRL is a trademark of Automated Logic Corporation. Any other trademarks mentioned herein are the property of their respective owners.

About

This WebCTRL add-on (download link) streamlines the development of other add-ons. Every 3 seconds, it checks for *.update files in the ./addons folder of your WebCTRL server. If an .update file is found, it is renamed with extension .addon, replacing any existing .addon file. Add-ons are automatically disabled and re-enabled during updates.

It is recommended to use this add-on in your local development WebCTRL server. Then have your build script copy in-development add-ons to the ./addons folder with an .update extension whenever your deploy task runs. To detect if deployment is successful, your build script should wait for the .update file to disappear.

See ./deploy.bat for an extension you can use with https://github.com/automatic-controls/addon-dev-script. If your WebCTRL server requires signed add-ons, download ACES.cer for authentication.

About

Streamlines add-on development by automatically removing and adding add-ons from a local WebCTRL server as they are developed.

Topics

Resources

License

Stars

Watchers

Forks