From c51ca09e15a0dabe958836207e6bc52ef8ece6c7 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 26 Jan 2015 09:20:25 -0800 Subject: [PATCH] Move sky-box,-button,-checkbox,-radio out of their directories Instead of having a separate directory for every Sky element, we should just put them in the general framework directory. Once the framework is more complicated, we'll probably want to organize it a bit better, but for now there aren't enough files to justify having so many directories. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/874303003 --- examples/widgets/index.sky | 8 ++++---- framework/{sky-box => }/sky-box.sky | 0 framework/{sky-button => }/sky-button.sky | 0 framework/{sky-checkbox => }/sky-checkbox.sky | 2 +- framework/{sky-radio => }/sky-radio.sky | 2 +- tests/resources/test-element.sky | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename framework/{sky-box => }/sky-box.sky (100%) rename framework/{sky-button => }/sky-button.sky (100%) rename framework/{sky-checkbox => }/sky-checkbox.sky (95%) rename framework/{sky-radio => }/sky-radio.sky (97%) diff --git a/examples/widgets/index.sky b/examples/widgets/index.sky index cb60858658e..2e18124e205 100644 --- a/examples/widgets/index.sky +++ b/examples/widgets/index.sky @@ -4,12 +4,12 @@ // found in the LICENSE file. --> - - - + + + - +