Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
4c0145d9
Unverified
Commit
4c0145d9
authored
Jun 07, 2019
by
Jonah Williams
Committed by
GitHub
Jun 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix web size test for new world (#34063)
parent
b847ba5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
perf_tests.dart
dev/devicelab/lib/tasks/perf_tests.dart
+1
-1
index.html
examples/hello_world/web/index.html
+12
-0
No files found.
dev/devicelab/lib/tasks/perf_tests.dart
View file @
4c0145d9
...
...
@@ -239,7 +239,7 @@ class WebCompileTest {
rmTree
(
sampleDir
);
await
inDirectory
<
void
>(
Directory
.
systemTemp
,
()
async
{
await
flutter
(
'create'
,
options:
<
String
>[
'--template=app'
,
sampleAppName
]);
await
flutter
(
'create'
,
options:
<
String
>[
'--template=app'
,
'--web'
,
sampleAppName
]);
await
inDirectory
(
sampleDir
,
()
async
{
await
flutter
(
'packages'
,
options:
<
String
>[
'get'
]);
await
evalFlutter
(
'build'
,
options:
<
String
>[
...
...
examples/hello_world/web/index.html
0 → 100644
View file @
4c0145d9
<!-- Copyright 2019 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<!DOCTYPE html>
<html>
<head>
<title>
Hello, World
</title>
</head>
<body>
<script
src=
"main.dart.js"
></script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment