Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorjimfrenette <jimfrenette@yahoo.com>2019-01-24 03:48:19 +0300
committerjimfrenette <jimfrenette@yahoo.com>2019-01-24 03:51:26 +0300
commit1665de41ba5618ddfb1e4f713de3a3be0228f15a (patch)
tree5181700dc27644e1a6d50a456878814854f44055 /data
initial commit
Diffstat (limited to 'data')
-rw-r--r--data/webpack_assets.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/webpack_assets.json b/data/webpack_assets.json
new file mode 100644
index 0000000..bc89eee
--- /dev/null
+++ b/data/webpack_assets.json
@@ -0,0 +1,6 @@
+{
+ "app": {
+ "js": "app.js",
+ "css": "app.css"
+ }
+} \ No newline at end of file