From f7e9d97e57628e868e322c17756df0d68c51e064 Mon Sep 17 00:00:00 2001 From: Frederic Date: Sat, 4 May 2019 21:48:31 +0200 Subject: [PATCH] abolish separate subfolder for pure.css --- .gitignore | 2 +- README.md | 2 +- bam/templates/bam/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 64a9162..04a8a55 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -bam/static/bam/pure.css/ \ No newline at end of file +bam/static/bam/pure-min.css diff --git a/README.md b/README.md index edaa627..fd1adda 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ln -sr bam PROJECT_DIRECTORY/bam ./manage.py createsuperuser ``` - 10. Download _Pure.css_ and extract it to `bam/static/pure.css/`. + 10. Download _Pure.css_ to `bam/static/pure-min.css`. 11. Start the development server: diff --git a/bam/templates/bam/base.html b/bam/templates/bam/base.html index c4f1f8e..a3009c8 100644 --- a/bam/templates/bam/base.html +++ b/bam/templates/bam/base.html @@ -2,7 +2,7 @@ - +