From 2f928295dc541f1d1bcc63d46f41d1cf6846d89c Mon Sep 17 00:00:00 2001 From: subhankar Date: Tue, 7 Feb 2017 13:49:51 +0530 Subject: [PATCH] [fix][s]: Fix static public path for bundle.js and main.css -refs #229 --- .gitignore | 4 +++- app/templates/dataset.html | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 50aa5a1..7007424 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,6 @@ ENV/ .DS_Store .cred .cache/ -.backup/ \ No newline at end of file +.backup/ +node_modules/ +react/ \ No newline at end of file diff --git a/app/templates/dataset.html b/app/templates/dataset.html index bf7144b..9b31c1b 100644 --- a/app/templates/dataset.html +++ b/app/templates/dataset.html @@ -13,6 +13,7 @@

{{snippets.dataset_show(dataset, jsonDataPackage, dataViews, showDataApi, datapackageUrl, publisherName, packageName)}} - + + {% endblock %} \ No newline at end of file