-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ccb984
commit eb89fea
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
> @website/[email protected] prepublishOnly D:\Developer\Application\GrenadierJS\Website | ||
> astro build | ||
|
||
00:08:31 [build] output: "static" | ||
00:08:31 [build] directory: D:\Developer\Application\GrenadierJS\Website\Target\ | ||
00:08:31 [build] Collecting build info... | ||
00:08:31 [build] ✓ Completed in 384ms. | ||
00:08:31 [build] Building static entrypoints... | ||
00:08:37 [vite] [32m✓ built in 5.18s[39m | ||
00:08:37 [build] ✓ Completed in 5.24s. | ||
|
||
building client (vite) | ||
00:08:37 [vite] transforming... | ||
00:08:38 [vite] [32m✓[39m 25 modules transformed. | ||
00:08:39 [vite] rendering chunks... | ||
[plugin astro:prefetch] Sourcemap is likely to be incorrect: a plugin (astro:prefetch) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help | ||
[plugin astro:transitions] Sourcemap is likely to be incorrect: a plugin (astro:transitions) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help | ||
00:08:39 [vite] computing gzip size... | ||
00:08:39 [vite] [2mTarget/[22m[36m_astro/Base.astro_astro_type_script_index_0_lang.CyCYJSd8.js [39m[1m[2m 1.46 kB[22m[1m[22m[2m │ gzip: 0.92 kB[22m[2m │ map: 0.79 kB[22m | ||
00:08:39 [vite] [2mTarget/[22m[36m_astro/page.CY1iZwUD.js [39m[1m[2m 2.11 kB[22m[1m[22m[2m │ gzip: 1.07 kB[22m[2m │ map: 8.11 kB[22m | ||
00:08:39 [vite] [2mTarget/[22m[36m_astro/ViewTransitions.astro_astro_type_script_index_0_lang.DnFK6dK7.js [39m[1m[2m13.11 kB[22m[1m[22m[2m │ gzip: 4.62 kB[22m[2m │ map: 35.23 kB[22m | ||
00:08:39 [vite] [2mTarget/[22m[36m_astro/index.esm.CDbocLk8.js [39m[1m[2m39.52 kB[22m[1m[22m[2m │ gzip: 9.33 kB[22m[2m │ map: 197.07 kB[22m | ||
00:08:39 [vite] [32m✓ built in 2.47s[39m | ||
|
||
generating static routes | ||
00:08:39 ▶ Source/pages/index.astro | ||
00:08:39 └─ /index.html (+294ms) | ||
00:08:39 ✓ Completed in 321ms. | ||
|
||
00:08:40 [@astrojs/sitemap] `sitemap-index.xml` created at `Target` | ||
Successfully inlined a total of 1 HTML file. | ||
Successfully formatted a total of 4 JavaScript and TypeScript files. | ||
|
||
Compress | ||
✓ Successfully compressed a total of 1 CSS file for 65 Bytes. | ||
✓ Successfully compressed a total of 1 HTML file for 277 Bytes. | ||
00:08:45 [build] Waiting for integration "@playform/compress", hook "astro:build:done"... | ||
✓ Successfully compressed a total of 3 JavaScript files for 24.54 KB. | ||
✓ Successfully compressed a total of 1 SVG file for 88 Bytes. | ||
00:08:47 [build] 1 page(s) built in 16.46s | ||
00:08:47 [build] Complete! |