From 68dd6179c9c7ed08b05806f789d3c61c2be9b964 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 26 Aug 2016 08:56:34 -0700 Subject: [PATCH 1/2] fix styles for the charts --- app/pubspec.yaml | 2 +- app/web/charts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index d32d0e8229..9563550758 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -23,5 +23,5 @@ transformers: resolved_identifiers: Client: 'package:http/http.dart' - $dart2js: - minify: true + minify: false sourceMaps: true diff --git a/app/web/charts.html b/app/web/charts.html index c711d82222..a4c32b480e 100644 --- a/app/web/charts.html +++ b/app/web/charts.html @@ -15,7 +15,7 @@ Flutter Dashboard - + From b89e5664288eb723b7c76fb37802eb6844ed3684 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 26 Aug 2016 11:36:15 -0700 Subject: [PATCH 2/2] revert pubspec change --- app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 9563550758..d32d0e8229 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -23,5 +23,5 @@ transformers: resolved_identifiers: Client: 'package:http/http.dart' - $dart2js: - minify: false + minify: true sourceMaps: true