Skip to content

Commit bf91792

Browse files
committed
Move templates to templates/.
1 parent 06fa7da commit bf91792

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ v/%: all
4646
mkdir -p $@
4747
$(UGLIFY) < flatdoc.js > $@/flatdoc.js
4848
$(UGLIFY) < legacy.js > $@/legacy.js
49-
cp template.html blank.html $@/
49+
cp -R templates $@/templates
5050
mkdir -p $@/theme-white
5151
cp theme-white/style.css $@/theme-white
5252
cp theme-white/script.js $@/theme-white

Readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,16 @@ License](http://www.opensource.org/licenses/mit-license.php).
292292
[c]: http://github.com/rstacruz/flatdoc/contributors
293293
[nd]: http://nadarei.co
294294

295-
[GitHub pages]: https://pages.github.com
296-
[project]: https://github.com/rstacruz/flatdoc
297-
[template]: https://github.com/rstacruz/flatdoc/raw/gh-pages/template.html
298295
[GitHub API]: http://github.com/api
299296
[marked]: https://github.com/chjj/marked
300297
[Backbone.js]: http://backbonejs.org
301298
[dox]: https://github.com/visionmedia/dox
302299
[Stripe]: https://stripe.com/docs/api
303300
[Docco]: http://jashkenas.github.com/docco
304-
[blank]: https://github.com/rstacruz/flatdoc/raw/gh-pages/blank.html
301+
[GitHub pages]: https://pages.github.com
302+
303+
[project]: https://github.com/rstacruz/flatdoc
304+
[template]: https://github.com/rstacruz/flatdoc/raw/gh-pages/templates/template.html
305+
[blank]: https://github.com/rstacruz/flatdoc/raw/gh-pages/templates/blank.html
305306
[dist]: https://github.com/rstacruz/flatdoc/tree/gh-pages/v/0.8.0
306307
[fences]: https://help.github.com/articles/github-flavored-markdown#syntax-highlighting
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)