Skip to content

Commit

Permalink
Rename directories according to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuozawa committed Dec 30, 2018
1 parent 0f36277 commit 828f4a2
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ To start the program, click [here](https://citeapa.js.org).
```
| Cite APA
| .git [invisible] (contains git information)
| lib (contains source files of program)
| src (contains source files of program)
- app.css (compiled output of app.scss)
- app.js
- app.min.js (minifed app.js)
- app.scss
| source
| lib (contains external libraries)
- jquery.min.js
| thumbnail
- back.svg (icon)
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="keywords" content="APA, citation, cite, APA citation">
<link href="thumbnail/logo.png" rel="icon">
<link href="https://fonts.googleapis.com/css?family=Encode+Sans+Expanded:100,200,300,400" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="lib/app.css">
<link type="text/css" rel="stylesheet" href="src/app.css">
</head>
<body>
<div id="start" class="page">
Expand Down Expand Up @@ -604,7 +604,7 @@ <h1>Manually edit your citation</h1>
alert('It looks like you are using Internet Explorer. Unfortunately, outdated browsers are not supported in this application. Please use Google Chrome or Firefox for the best experience.');
}
</script>
<script src="source/jquery.min.js"></script>
<script src="lib/app.min.js"></script>
<script src="lib/jquery.min.js"></script>
<script src="src/app.min.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 828f4a2

Please sign in to comment.