Brian Dukes
Brian Dukes
With the main elm executable, I can run `elm make src/Main.elm src/Main2.elm --output dist/out.js` and it'll compile both modules. However, `elm-optimize-level-2 src/Main.elm src/Main2.elm --output dist/out.js` will only compile the first...
see http://html5hub.com/tldwtoolongdidntwrap
Our standard dev setup includes using local domains with generated certificates (e.g. `https://client.local`), so being able to pass a trusted certificate through to elm-watch improves our experience quite a bit....
@valadas We'll need to bump the version of this project in order for it to upgrade in the next release of DNN Platform. Does your GitHub Actions versioning magic have...
There are scenarios where a specific database name may be desired. Add a flag to allow overriding the default. /cc @DanielBolef
The copy routine probably needs to use `-LiteralPath` instead of `-Path`
When sending `-SiteZipPath` a folder path with a trailing slash, all of the files end up in the root with `Website` prepended to the file name according to @DanielBolef
@ohine suggested that a switch be added which would get the latest development build of DNN Perhaps starting with an API request like https://dotnet.visualstudio.com/DNN/_apis/build/builds?api-version=4.1&repositoryId=dnnsoftware/Dnn.Platform&repositoryType=GitHub&branchName=refs%2Fheads%2Fdevelopment&resultFilter=succeeded to find the build artifacts
Currently the upgrade process is automated, but GitHub releases need to be manually created. The ability to automate the GitHub releases would allow the entire process to be automated, with...
It's difficult to find a package, the upgrade process could build out an HTML file that links to the releases.