Skip to content

Commit

Permalink
update gitignore with .rar, minor formatting, run assemble to rebuild…
Browse files Browse the repository at this point in the history
… examples
  • Loading branch information
jonschlinkert committed Jun 8, 2013
1 parent 6da5f94 commit 402238b
Show file tree
Hide file tree
Showing 62 changed files with 1,524 additions and 2,562 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ lib-cov
*.out
*.pid
*.gz
*.rar
npm-debug.log
node_modules
pids
Expand Down
51 changes: 9 additions & 42 deletions test/actual/multi/dest1/alert.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand All @@ -15,73 +15,40 @@

<div class="container" style="display: none">
<ul>

<li><a href="alert.html">alert</a></li>

<li><a href="assets.html">assets</a></li>

<li><a href="category.html">category</a></li>

<li><a href="category2.html">category2</a></li>

<li><a href="collections-categories.html">collections-categories</a></li>
<li><a href="collections-categories2.html">collections-categories2</a></li>
<li><a href="collections-tags-2.html">collections-tags-2</a></li>
<li><a href="collections-tags.html">collections-tags</a></li>
<li><a href="complex.html">complex</a></li>

<li><a href="debug-helpers.html">debug-helpers</a></li>

<li><a href="example.html">example</a></li>

<li><a href="gist-helper.html">gist-helper</a></li>

<li><a href="helpers.html">helpers</a></li>

<li><a href="home.html">home</a></li>

<li><a href="html-helpers.html">html-helpers</a></li>

<li><a href="page.html">page</a></li>

<li><a href="simple3.html">simple3</a></li>

<li><a href="tags_test.html">tags_test</a></li>

<li><a href="tags_test2.html">tags_test2</a></li>

<li><a href="../dest2/complex1.html">complex1</a></li>

<li><a href="../dest2/md2.html">md2</a></li>

<li><a href="../dest2/simple1.html">simple1</a></li>

<li><a href="../dest2/sub-dest/alert.html">alert</a></li>

<li><a href="../dest2/sub-dest/assets.html">assets</a></li>

<li><a href="../dest2/sub-dest/category.html">category</a></li>

<li><a href="../dest2/sub-dest/category2.html">category2</a></li>

<li><a href="../dest2/sub-dest/collections-categories.html">collections-categories</a></li>
<li><a href="../dest2/sub-dest/collections-categories2.html">collections-categories2</a></li>
<li><a href="../dest2/sub-dest/collections-tags-2.html">collections-tags-2</a></li>
<li><a href="../dest2/sub-dest/collections-tags.html">collections-tags</a></li>
<li><a href="../dest2/sub-dest/complex.html">complex</a></li>

<li><a href="../dest2/sub-dest/debug-helpers.html">debug-helpers</a></li>

<li><a href="../dest2/sub-dest/example.html">example</a></li>

<li><a href="../dest2/sub-dest/gist-helper.html">gist-helper</a></li>

<li><a href="../dest2/sub-dest/helpers.html">helpers</a></li>

<li><a href="../dest2/sub-dest/home.html">home</a></li>

<li><a href="../dest2/sub-dest/html-helpers.html">html-helpers</a></li>

<li><a href="../dest2/sub-dest/page.html">page</a></li>

<li><a href="../dest2/sub-dest/simple3.html">simple3</a></li>

<li><a href="../dest2/sub-dest/tags_test.html">tags_test</a></li>

<li><a href="../dest2/sub-dest/tags_test2.html">tags_test2</a></li>

</ul>


Expand Down
72 changes: 36 additions & 36 deletions test/actual/multi/dest1/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
### "{{#each pages}}" Links
[alert](alert.md)
[assets](assets.md)
[category](category.md)
[category2](category2.md)
[collections-categories](collections-categories.md)
[collections-categories2](collections-categories2.md)
[collections-tags-2](collections-tags-2.md)
[collections-tags](collections-tags.md)
[complex](complex.md)
[debug-helpers](debug-helpers.md)
[example](example.md)
Expand All @@ -46,8 +48,6 @@
[html-helpers](html-helpers.md)
[page](page.md)
[simple3](simple3.md)
[tags_test](tags_test.md)
[tags_test2](tags_test2.md)



Expand Down Expand Up @@ -75,25 +75,47 @@ this.basename: assets
this.extname: .md
this.ext: .md

#### category.md
#### collections-categories.md
this.assets: ../../assets
this.dest: test/actual/multi/dest1/category.md
this.dest: test/actual/multi/dest1/collections-categories.md
this.absolute:
this.dirname: test/actual/multi/dest1
this.filename: category.md
this.pagename: category.md
this.basename: category
this.filename: collections-categories.md
this.pagename: collections-categories.md
this.basename: collections-categories
this.extname: .md
this.ext: .md

#### category2.md
#### collections-categories2.md
this.assets: ../../assets
this.dest: test/actual/multi/dest1/category2.md
this.dest: test/actual/multi/dest1/collections-categories2.md
this.absolute:
this.dirname: test/actual/multi/dest1
this.filename: category2.md
this.pagename: category2.md
this.basename: category2
this.filename: collections-categories2.md
this.pagename: collections-categories2.md
this.basename: collections-categories2
this.extname: .md
this.ext: .md

#### collections-tags-2.md
this.assets: ../../assets
this.dest: test/actual/multi/dest1/collections-tags-2.md
this.absolute:
this.dirname: test/actual/multi/dest1
this.filename: collections-tags-2.md
this.pagename: collections-tags-2.md
this.basename: collections-tags-2
this.extname: .md
this.ext: .md

#### collections-tags.md
this.assets: ../../assets
this.dest: test/actual/multi/dest1/collections-tags.md
this.absolute:
this.dirname: test/actual/multi/dest1
this.filename: collections-tags.md
this.pagename: collections-tags.md
this.basename: collections-tags
this.extname: .md
this.ext: .md

Expand Down Expand Up @@ -196,28 +218,6 @@ this.basename: simple3
this.extname: .md
this.ext: .md

#### tags_test.md
this.assets: ../../assets
this.dest: test/actual/multi/dest1/tags_test.md
this.absolute:
this.dirname: test/actual/multi/dest1
this.filename: tags_test.md
this.pagename: tags_test.md
this.basename: tags_test
this.extname: .md
this.ext: .md

#### tags_test2.md
this.assets: ../../assets
this.dest: test/actual/multi/dest1/tags_test2.md
this.absolute:
this.dirname: test/actual/multi/dest1
this.filename: tags_test2.md
this.pagename: tags_test2.md
this.basename: tags_test2
this.extname: .md
this.ext: .md


### {{#each pages}}

Expand Down
51 changes: 9 additions & 42 deletions test/actual/multi/dest1/assets.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -28,73 +28,40 @@ <h1>Assets Helper</h1>

<div class="container" style="display: none">
<ul>

<li><a href="alert.html">alert</a></li>

<li><a href="assets.html">assets</a></li>

<li><a href="category.html">category</a></li>

<li><a href="category2.html">category2</a></li>

<li><a href="collections-categories.html">collections-categories</a></li>
<li><a href="collections-categories2.html">collections-categories2</a></li>
<li><a href="collections-tags-2.html">collections-tags-2</a></li>
<li><a href="collections-tags.html">collections-tags</a></li>
<li><a href="complex.html">complex</a></li>

<li><a href="debug-helpers.html">debug-helpers</a></li>

<li><a href="example.html">example</a></li>

<li><a href="gist-helper.html">gist-helper</a></li>

<li><a href="helpers.html">helpers</a></li>

<li><a href="home.html">home</a></li>

<li><a href="html-helpers.html">html-helpers</a></li>

<li><a href="page.html">page</a></li>

<li><a href="simple3.html">simple3</a></li>

<li><a href="tags_test.html">tags_test</a></li>

<li><a href="tags_test2.html">tags_test2</a></li>

<li><a href="../dest2/complex1.html">complex1</a></li>

<li><a href="../dest2/md2.html">md2</a></li>

<li><a href="../dest2/simple1.html">simple1</a></li>

<li><a href="../dest2/sub-dest/alert.html">alert</a></li>

<li><a href="../dest2/sub-dest/assets.html">assets</a></li>

<li><a href="../dest2/sub-dest/category.html">category</a></li>

<li><a href="../dest2/sub-dest/category2.html">category2</a></li>

<li><a href="../dest2/sub-dest/collections-categories.html">collections-categories</a></li>
<li><a href="../dest2/sub-dest/collections-categories2.html">collections-categories2</a></li>
<li><a href="../dest2/sub-dest/collections-tags-2.html">collections-tags-2</a></li>
<li><a href="../dest2/sub-dest/collections-tags.html">collections-tags</a></li>
<li><a href="../dest2/sub-dest/complex.html">complex</a></li>

<li><a href="../dest2/sub-dest/debug-helpers.html">debug-helpers</a></li>

<li><a href="../dest2/sub-dest/example.html">example</a></li>

<li><a href="../dest2/sub-dest/gist-helper.html">gist-helper</a></li>

<li><a href="../dest2/sub-dest/helpers.html">helpers</a></li>

<li><a href="../dest2/sub-dest/home.html">home</a></li>

<li><a href="../dest2/sub-dest/html-helpers.html">html-helpers</a></li>

<li><a href="../dest2/sub-dest/page.html">page</a></li>

<li><a href="../dest2/sub-dest/simple3.html">simple3</a></li>

<li><a href="../dest2/sub-dest/tags_test.html">tags_test</a></li>

<li><a href="../dest2/sub-dest/tags_test2.html">tags_test2</a></li>

</ul>


Expand Down
Loading

0 comments on commit 402238b

Please sign in to comment.