From 6955071fa4da4b87618d6a19d3f299bb82673ee1 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Wed, 12 Apr 2017 17:38:25 -0500 Subject: [PATCH] re-add static folder to readme doc --- README.md | 1 + static/readme.md | 0 2 files changed, 1 insertion(+) create mode 100644 static/readme.md diff --git a/README.md b/README.md index 0931635f..623dcb66 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ npm run test # run tests with Jest │ ├── styles - styles folder with scss vars, mixins, etc. │ ├── index.jsx - entry │ ├── index.html +├── static ├── webpack_config - Webpack configuration ├── jest_config - Jest configuration ``` \ No newline at end of file diff --git a/static/readme.md b/static/readme.md new file mode 100644 index 00000000..e69de29b