Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: dart/pkg/microlytics/pubspec.yaml

Issue 515993003: Minimalistic analytics library used by Dart Server and try.dartlang.org (Closed) Base URL: https://github.com/lukechurch/dart-mircolytics.git@master
Patch Set: Address review comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/pkg/microlytics/lib/microlytics.dart ('k') | dart/pkg/microlytics/test/dart_microlytics_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/microlytics/pubspec.yaml
diff --git a/dart/site/try/nossl.appcache b/dart/pkg/microlytics/pubspec.yaml
similarity index 63%
copy from dart/site/try/nossl.appcache
copy to dart/pkg/microlytics/pubspec.yaml
index 0c660f0bfc33b7e9fc71e0335a4ebfb97f605333..620b7cb6f83fe830e95b83934472e989be234baa 100644
--- a/dart/site/try/nossl.appcache
+++ b/dart/pkg/microlytics/pubspec.yaml
@@ -1,10 +1,8 @@
-CACHE MANIFEST
# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# @@TIMESTAMP@@
-
-FALLBACK:
-/leap.dart.js /nossl.js
-/ /nossl.html
+name: microlytics
+description: A minimal implementation of the Analytics API in pure Dart
+dev_dependencies:
+ unittest: any
« no previous file with comments | « dart/pkg/microlytics/lib/microlytics.dart ('k') | dart/pkg/microlytics/test/dart_microlytics_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698