From 658c106349416ffe0eda4ada389dd4ea8956229a Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Fri, 13 Sep 2013 16:20:05 -0700 Subject: [PATCH] Convert fixture themes to packages --- .../theme-with-index-css/index.css} | 0 .../theme-with-index-less/index.less} | 0 .../{themes => packages}/theme-with-package-file/package.json | 3 ++- .../theme-with-package-file/stylesheets}/first.css | 0 .../theme-with-package-file/stylesheets}/last.css | 0 .../theme-with-package-file/stylesheets}/second.less | 0 .../{themes => packages}/theme-with-ui-variables/package.json | 1 + .../theme-with-ui-variables/stylesheets}/editor.less | 0 .../theme-with-ui-variables/stylesheets}/ui-variables.less | 0 .../theme-without-package-file/stylesheets}/a.css | 0 .../theme-without-package-file/stylesheets}/b.css | 0 .../theme-without-package-file/stylesheets}/c.less | 0 .../theme-without-package-file/stylesheets}/d.csv | 0 13 files changed, 3 insertions(+), 1 deletion(-) rename spec/fixtures/{themes/theme-stylesheet.css => packages/theme-with-index-css/index.css} (100%) rename spec/fixtures/{themes/theme-stylesheet.less => packages/theme-with-index-less/index.less} (100%) rename spec/fixtures/{themes => packages}/theme-with-package-file/package.json (75%) rename spec/fixtures/{themes/theme-with-package-file => packages/theme-with-package-file/stylesheets}/first.css (100%) rename spec/fixtures/{themes/theme-with-package-file => packages/theme-with-package-file/stylesheets}/last.css (100%) rename spec/fixtures/{themes/theme-with-package-file => packages/theme-with-package-file/stylesheets}/second.less (100%) rename spec/fixtures/{themes => packages}/theme-with-ui-variables/package.json (68%) rename spec/fixtures/{themes/theme-with-ui-variables => packages/theme-with-ui-variables/stylesheets}/editor.less (100%) rename spec/fixtures/{themes/theme-with-ui-variables => packages/theme-with-ui-variables/stylesheets}/ui-variables.less (100%) rename spec/fixtures/{themes/theme-without-package-file => packages/theme-without-package-file/stylesheets}/a.css (100%) rename spec/fixtures/{themes/theme-without-package-file => packages/theme-without-package-file/stylesheets}/b.css (100%) rename spec/fixtures/{themes/theme-without-package-file => packages/theme-without-package-file/stylesheets}/c.less (100%) rename spec/fixtures/{themes/theme-without-package-file => packages/theme-without-package-file/stylesheets}/d.csv (100%) diff --git a/spec/fixtures/themes/theme-stylesheet.css b/spec/fixtures/packages/theme-with-index-css/index.css similarity index 100% rename from spec/fixtures/themes/theme-stylesheet.css rename to spec/fixtures/packages/theme-with-index-css/index.css diff --git a/spec/fixtures/themes/theme-stylesheet.less b/spec/fixtures/packages/theme-with-index-less/index.less similarity index 100% rename from spec/fixtures/themes/theme-stylesheet.less rename to spec/fixtures/packages/theme-with-index-less/index.less diff --git a/spec/fixtures/themes/theme-with-package-file/package.json b/spec/fixtures/packages/theme-with-package-file/package.json similarity index 75% rename from spec/fixtures/themes/theme-with-package-file/package.json rename to spec/fixtures/packages/theme-with-package-file/package.json index 9dc6565c6..b429a1151 100644 --- a/spec/fixtures/themes/theme-with-package-file/package.json +++ b/spec/fixtures/packages/theme-with-package-file/package.json @@ -1,3 +1,4 @@ { + "theme": true, "stylesheets": ["first.css", "second.less", "last.css"] -} \ No newline at end of file +} diff --git a/spec/fixtures/themes/theme-with-package-file/first.css b/spec/fixtures/packages/theme-with-package-file/stylesheets/first.css similarity index 100% rename from spec/fixtures/themes/theme-with-package-file/first.css rename to spec/fixtures/packages/theme-with-package-file/stylesheets/first.css diff --git a/spec/fixtures/themes/theme-with-package-file/last.css b/spec/fixtures/packages/theme-with-package-file/stylesheets/last.css similarity index 100% rename from spec/fixtures/themes/theme-with-package-file/last.css rename to spec/fixtures/packages/theme-with-package-file/stylesheets/last.css diff --git a/spec/fixtures/themes/theme-with-package-file/second.less b/spec/fixtures/packages/theme-with-package-file/stylesheets/second.less similarity index 100% rename from spec/fixtures/themes/theme-with-package-file/second.less rename to spec/fixtures/packages/theme-with-package-file/stylesheets/second.less diff --git a/spec/fixtures/themes/theme-with-ui-variables/package.json b/spec/fixtures/packages/theme-with-ui-variables/package.json similarity index 68% rename from spec/fixtures/themes/theme-with-ui-variables/package.json rename to spec/fixtures/packages/theme-with-ui-variables/package.json index dde00ccc7..fa1446fd6 100644 --- a/spec/fixtures/themes/theme-with-ui-variables/package.json +++ b/spec/fixtures/packages/theme-with-ui-variables/package.json @@ -1,3 +1,4 @@ { + "theme": true, "stylesheets": ["editor.less"] } diff --git a/spec/fixtures/themes/theme-with-ui-variables/editor.less b/spec/fixtures/packages/theme-with-ui-variables/stylesheets/editor.less similarity index 100% rename from spec/fixtures/themes/theme-with-ui-variables/editor.less rename to spec/fixtures/packages/theme-with-ui-variables/stylesheets/editor.less diff --git a/spec/fixtures/themes/theme-with-ui-variables/ui-variables.less b/spec/fixtures/packages/theme-with-ui-variables/stylesheets/ui-variables.less similarity index 100% rename from spec/fixtures/themes/theme-with-ui-variables/ui-variables.less rename to spec/fixtures/packages/theme-with-ui-variables/stylesheets/ui-variables.less diff --git a/spec/fixtures/themes/theme-without-package-file/a.css b/spec/fixtures/packages/theme-without-package-file/stylesheets/a.css similarity index 100% rename from spec/fixtures/themes/theme-without-package-file/a.css rename to spec/fixtures/packages/theme-without-package-file/stylesheets/a.css diff --git a/spec/fixtures/themes/theme-without-package-file/b.css b/spec/fixtures/packages/theme-without-package-file/stylesheets/b.css similarity index 100% rename from spec/fixtures/themes/theme-without-package-file/b.css rename to spec/fixtures/packages/theme-without-package-file/stylesheets/b.css diff --git a/spec/fixtures/themes/theme-without-package-file/c.less b/spec/fixtures/packages/theme-without-package-file/stylesheets/c.less similarity index 100% rename from spec/fixtures/themes/theme-without-package-file/c.less rename to spec/fixtures/packages/theme-without-package-file/stylesheets/c.less diff --git a/spec/fixtures/themes/theme-without-package-file/d.csv b/spec/fixtures/packages/theme-without-package-file/stylesheets/d.csv similarity index 100% rename from spec/fixtures/themes/theme-without-package-file/d.csv rename to spec/fixtures/packages/theme-without-package-file/stylesheets/d.csv