From 4276315a897600274150e42b5e45ef474442d100 Mon Sep 17 00:00:00 2001 From: Kai Falkowski Date: Mon, 28 May 2018 22:52:53 +0200 Subject: [PATCH] prepare next steps This includes complete examples for common bundlers and task runner. In the course of this also automated testing (probably mocha). --- examples/README.md | 8 ++++++++ test/.gitkeep | 0 2 files changed, 8 insertions(+) create mode 100644 examples/README.md create mode 100644 test/.gitkeep diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..029b07a --- /dev/null +++ b/examples/README.md @@ -0,0 +1,8 @@ +# Complete Examples + +Coming soon... + +- webpack +- fuse-box +- gulp +- grunt \ No newline at end of file diff --git a/test/.gitkeep b/test/.gitkeep new file mode 100644 index 0000000..e69de29