Browse Source

move pure.css to subfolder

master
Fr3deric 5 years ago
parent
commit
b3a3565e4d
  1. 1
      .gitignore
  2. 2
      README.md
  3. 2
      bam/templates/bam/base.html

1
.gitignore vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
bam/static/bam/pure.css/

2
README.md

@ -37,7 +37,7 @@ ln -sr bam PROJECT_DIRECTORY/bam @@ -37,7 +37,7 @@ ln -sr bam PROJECT_DIRECTORY/bam
./manage.py createsuperuser
```
8. Download _Pure.css_ and extract it to `bam/static/`.
8. Download _Pure.css_ and extract it to `bam/static/pure.css/`.
9. Start the development server:

2
bam/templates/bam/base.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="{% static "bam/pure-min.css" %}">
<link rel="stylesheet" href="{% static "bam/pure.css/pure-min.css" %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {

Loading…
Cancel
Save