Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions sites/docs/build.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions sites/www/build.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions tool/dash_site/lib/src/commands/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ Future<int> buildSite(Site site, {required bool productionRelease}) async {
'run',
'jaspr_cli:jaspr',
'build',
// Use build_web_compiler options specified in build.yaml instead of
// those specified by jaspr_cli.
'--no-managed-build-options',
'-O4',
'--extra-js-compiler-option=--no-source-maps',
'--sitemap-domain=${site.baseUrl}',
// Exclude secondary Markdown output files from sitemap.
r'--sitemap-exclude=\.md$',
Expand Down
3 changes: 0 additions & 3 deletions tool/dash_site/lib/src/commands/serve.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ final class ServeSiteCommand extends Command<int> {
'--port=${jasprPorts.serve}',
'--web-port=${jasprPorts.webDev}',
'--proxy-port=${jasprPorts.proxy}',
// Use build_web_compiler options specified in build.yaml instead of
// those specified by jaspr_cli.
'--no-managed-build-options',
'--dart-define=PRODUCTION=false',
if (release) '--release',
],
Expand Down
Loading