From d3b21511f4560fefe93183e5f7663e2c983c8528 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 25 Sep 2017 23:31:02 -0700 Subject: [PATCH] Destroyed Build Tools Specs (markdown) --- Build-Tools-Specs.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Build-Tools-Specs.md diff --git a/Build-Tools-Specs.md b/Build-Tools-Specs.md deleted file mode 100644 index 79e968e..0000000 --- a/Build-Tools-Specs.md +++ /dev/null @@ -1,24 +0,0 @@ -**Outdated!** - -# Build Tools Specs - -This page is a draft for specs for OL3 Build Tools. OL3 will be a big library, so it is crucial to provide efficient and convenient tools for creating custom builds. - -## High-level Specs - -- We provide both a CLI and a BUI. -- They are compatible, and complementary. - -## CLI Specs - -- CLI input is a "build profile". -- CLI output is a "build". -- A "build profile" is a file declaring the OL3 code to add to the "build". -- A "build" is a file including compiled OL3 code. - -## BUI Specs - -- BUI is basically a form including checkboxes. One checkbox per component. -- BUI output is a build profile, or a zip including js file + css file + build profile. -- Note: producing a build profile does not require a dynamic site. Producing a zip does. -- BUI may also take a build profile on input (Drag & Drop). Only makes sense when a zip is to be created. \ No newline at end of file