Commit Graph

1376 Commits

Author SHA1 Message Date
Dillon Kearns
366ec1701c Use fallback when no custom-backend-task definition. 2023-05-11 16:10:31 -07:00
Dillon Kearns
adf0b5422d Update adapter. 2023-05-11 14:26:38 -07:00
Dillon Kearns
26f6fb5f07 Remove obsolete import in generated code. 2023-05-10 09:51:13 -07:00
Dillon Kearns
61cd66d905 Bump NPM package. 2023-05-06 10:57:12 -07:00
Dillon Kearns
78381ba7b0 Prevent warning/error logging for some messages that aren't avoidable with the current vite setup. 2023-05-06 10:53:56 -07:00
Dillon Kearns
8032e620cd Avoid experimental JSON import warning. 2023-05-06 10:36:31 -07:00
Dillon Kearns
89aab51166 Bump NPM package. 2023-05-06 09:30:15 -07:00
Dillon Kearns
2396724f6a Prevent vite warning message. 2023-05-06 09:24:03 -07:00
Dillon Kearns
72fdeb9a52 Bump NPM package. 2023-05-06 09:11:51 -07:00
Dillon Kearns
ab32148cfc Add wiring to run terser - need to decide whether esbuild minification is sufficient, or if it's worth the longer time to run terser. 2023-05-06 08:27:11 -07:00
Dillon Kearns
0685907fe4 Export runTerser function 2023-05-06 08:26:04 -07:00
Dillon Kearns
1bc75789a5 Bump version and compataibility key. 2023-05-02 10:35:37 -07:00
Dillon Kearns
d0a6ad2386 Turn off help option so that elm-pages run Stars --help gives CLI options output for Stars script. 2023-05-01 14:13:37 -07:00
Dillon Kearns
e25dcbc8f0 Simplify Scripts so that the entrypoint only requires elm-pages as a dependency. 2023-05-01 14:13:17 -07:00
Dillon Kearns
0eeaa99ea1 Update versions and compatability key. 2023-04-19 11:00:46 -07:00
Dillon Kearns
4b14c008a7 Update to latest elm-review. 2023-04-19 10:59:28 -07:00
Dillon Kearns
8275f4e447 More wiring for form integration prototype. 2023-04-17 12:48:53 -07:00
Dillon Kearns
a3f9b98409 Checkpoint for merging API. 2023-04-17 12:48:53 -07:00
Dillon Kearns
e700dd0ab3 Bump verison. 2023-03-29 10:19:49 -07:00
Dillon Kearns
afb4c3fad1 Update compatability key. 2023-03-29 10:19:19 -07:00
Dillon Kearns
022b2ed130 Handle timeout errors. 2023-03-29 10:09:38 -07:00
Dillon Kearns
1a135ed389 Handle ECONNREFUSED http error code. 2023-03-29 09:45:35 -07:00
Dillon Kearns
ae99e79559 Set exit status to 1 for FatalError from Script's. 2023-03-27 16:17:59 -07:00
Dillon Kearns
186d48c5c5 Bump verison. 2023-03-24 16:39:11 -07:00
Dillon Kearns
12bfcb4fc9 Fix error handling for missing custom-backend-task script. 2023-03-24 16:38:14 -07:00
Dillon Kearns
3711703ef5 Bump NPM package. 2023-03-24 12:11:56 -07:00
Dillon Kearns
0ecd29f0af Update to latest elm-review. 2023-03-24 11:53:48 -07:00
Dillon Kearns
a18075eea1 Fix condition for adding lamdera/codecs. 2023-03-24 11:40:10 -07:00
Dillon Kearns
c418ab39c6 Run scripts in the context of the script project and resolve NPM dependencies from the script project folder's context. 2023-03-24 10:39:35 -07:00
Dillon Kearns
313b3efedf Extract function and re-use project root finding logic for bundle-script command. 2023-03-24 10:39:35 -07:00
Dillon Kearns
e2c07f5676 Support file path argument to elm-pages run command. 2023-03-24 10:39:35 -07:00
Dillon Kearns
3bbe3badfd Use elm as a fallback executable when running elm-pages scripts. 2023-03-24 10:39:35 -07:00
Dillon Kearns
c548e9b85b Include lamdera/codecs dependency in elm.json rewriting helpers. 2023-03-11 14:10:57 -08:00
Dillon Kearns
eae0dc80ff Bump NPM version. 2023-03-05 10:46:30 -08:00
Dillon Kearns
8f0c334b22 Re-order RouteBuilder parameters for consistency. 2023-03-03 11:06:28 -08:00
Dillon Kearns
e19b547808 Remove PageUrl argument and rename RouteBuilder.StaticPayload -> RouteBuilder.App. 2023-03-02 11:36:34 -08:00
Dillon Kearns
0c7ba5f32e Bump NPM package. 2023-02-28 16:55:54 -08:00
Dillon Kearns
460d309e57 Bump NPM package. 2023-02-28 16:18:20 -08:00
Dillon Kearns
2dbcc99e86 Bump compatability key. 2023-02-28 16:16:57 -08:00
Dillon Kearns
c53c09aa31 Move Pages.Msg -> PagesMsg and Pages.Msg.Msg -> PagesMsg.PagesMsg. 2023-02-28 15:45:59 -08:00
Dillon Kearns
1e7e62c33f Bump NPM version. 2023-02-20 16:02:31 -08:00
Dillon Kearns
d23277b679 Bump compatability key. 2023-02-20 16:02:06 -08:00
Dillon Kearns
5c85fbdde3 Revert globby change. 2023-02-20 15:52:44 -08:00
Dillon Kearns
0da045e241 Use vitest instead of mocha. 2023-02-20 11:55:43 -08:00
Dillon Kearns
e3cb9d3a01 Fix some issues with the test script and esm import syntax to fix CI. 2023-02-20 11:44:02 -08:00
Dillon Kearns
19aae5e250 Fix onSubmit form data marshalling for production build. 2023-02-20 11:01:48 -08:00
Dillon Kearns
eef2a81bf0 Bump NPM version. 2023-02-18 12:34:59 -08:00
Dillon Kearns
269ea057fc Bump compatability key. 2023-02-18 12:34:45 -08:00
Dillon Kearns
df0489fc38 Revert unused config value. 2023-02-14 14:33:00 -08:00
Dillon Kearns
4224611e32 Set vite mode to development to avoid warning. 2023-02-13 20:34:32 -08:00