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

Unified Diff: site/try/create_manifest.sh

Issue 2232273004: Delete site/try (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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
Index: site/try/create_manifest.sh
diff --git a/site/try/create_manifest.sh b/site/try/create_manifest.sh
deleted file mode 100644
index 0f145ac244c0ebbeef6d10aa0379e560a0c10e3a..0000000000000000000000000000000000000000
--- a/site/try/create_manifest.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/env bash
-# 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.
-
-# Script to create AppCache manifest.
-
-echo CACHE MANIFEST
-
-date +'# %s'
-
-echo CACHE:
-
-PKG_DIR="$(cd $(dirname ${0})/../pkg ; pwd)"
-SDK_DIR="$(cd $(dirname ${0})/../sdk ; pwd)"
-LIVE_DIR="$(cd $(dirname ${0})/../web_editor ; pwd)"
-
-echo ${PKG_DIR}/browser/lib/dart.js | sed -e "s|$(pwd)/||"
-
-# find ${SDK_DIR} \
-# \( -name dartdoc -o -name pub -o -name dartium \) -prune \
-# -o -name \*.dart -print \
-# | sed -e "s|$(pwd)/||"
-
-find ${LIVE_DIR} \
- \( -name \*~ \) -prune \
- -o -type f -print | sed -e "s|$(pwd)/||"
-
-echo iframe.html
-echo iframe.js
-echo dart-icon.png
-echo dart-iphone5.png
-
-echo NETWORK:
-echo '*'
« dart.gyp ('K') | « site/try/build_try.gyp ('k') | site/try/dart-icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698