Re: Deploy new Royale static site as-is?

2022-09-27 Thread Josh Tynjala
Yeah, same URL as before. Just new instructions to replace the old WordPress stuff. https://github.com/apache/royale-asjs/wiki/Release-Manager-(Web-Site) -- Josh Tynjala Bowler Hat LLC On Tue, Sep 27, 2022 at 3:06 PM Andrew Wetmore wrote: > Ah, thank you. Is it in the

Re: Deploy new Royale static site as-is?

2022-09-27 Thread Andrew Wetmore
Ah, thank you. Is it in the page that had the information for the WordPress site? a On Tue, Sep 27, 2022 at 7:02 PM Josh Tynjala wrote: > FYI — I wrote the new documentation for updating the Royale website. > -- > Josh Tynjala > Bowler Hat LLC > > > On Tue, Aug 30, 2022

Re: Deploy new Royale static site as-is?

2022-09-27 Thread Josh Tynjala
FYI — I wrote the new documentation for updating the Royale website. -- Josh Tynjala Bowler Hat LLC On Tue, Aug 30, 2022 at 3:24 PM Andrew Wetmore wrote: > If we now have a working process to maintain our website, can someone help > me update our documentation about it?

Re: Introducing asformat

2022-09-27 Thread Josh Tynjala
I just wanted to follow up by mentioning that I recently added the ability for the formatter load configuration files, in addition to the existing command line options. It will automatically detect an asformat-config.xml file in the current working directory, allowing you to easily specify

Introducing aslint, a linter for ActionScript and MXML

2022-09-27 Thread Josh Tynjala
Hey folks, I recently committed a new tool to the royale-compiler repository. It's called aslint, and it is a linter to find common issues in .as and .mxml files. You can find more information about aslint in the documentation that I created: https://apache.github.io/royale-docs/linter This