Results 16 comments of [email protected]

Any update on this, on my system its taking over 20seconds to try and run a php script when this extension is enabled

``` javascript $('#id_of_editor').data("wysihtml5").editor.setValue('Som html goes here'); ```

I would expect this to be how it works. As this is a WYSIWYG editor. If you're worried about that type of stuff extend the code for your needs or...

> I was able to get this to work on June 25, 2020. But I had to recompile the registry binary and update the image with it. > > *...

Take a look at the additionalFiles parameter, you may be able to update some code and open a PR to have it update other non JSON files.

@angelblade27 just trying to understand how this feature should work, would this be a brand new file created for each release or is it an existing file that has an...

@scottux I use the string-replace grunt package to do exactly what you are talking about.

Will be pulling this in soon, trying to get grunt test task working and dependencies updated, then will be pulling this in. Please stand by...

i would be hesitant to actually bundle that many files, would utilizing a shrinkwrap file, have the same effect but make the bundle smaller?? (see https://docs.npmjs.com/cli/shrinkwrap if you are unfamiliar...