Picture of Fabio Beoni
Plugin Development: update plugin in the authoring without re-uploading it
by Fabio Beoni - Wednesday, 21 December 2016, 10:32 AM
 

Hello,

I'm developing a component for Adapt and I'm running the authoring to test it.

I'm wondering if there is a quick way to update the plugin code without repackaging it to a zip file and uploading by the UI.

Thanks, F.

Picture of Dan Storey
Re: Plugin Development: update plugin in the authoring without re-uploading it
by Dan Storey - Wednesday, 21 December 2016, 12:07 PM
 

Hi Fabio,

I'd suggest using the Framework instead of the AT for that type of development work. UsingĀ grunt watch, edit your files and simply refresh your browser to see the changes reflected immediately.

Picture of Fabio Beoni
Re: Plugin Development: update plugin in the authoring without re-uploading it
by Fabio Beoni - Thursday, 22 December 2016, 2:02 PM
 

thanks a-lot.