Skip to content

Commit

Permalink
Add intro folder to use gitbook sections to generate ebook and pdf pr…
Browse files Browse the repository at this point in the history
…operly.
  • Loading branch information
tcorral committed Apr 13, 2014
1 parent 91af659 commit 29ba9e9
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
61 changes: 31 additions & 30 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
# Summary

* [Self Invoking Functions](autoexecute/README.md)
* [Floats Operations Imprecision](banking/README.md)
* [Hoisting and Conditionals](hoisting1/README.md)
* [Checking Properties](objects1/README.md)
* [Closure and Objects](objects2/README.md)
* [Conditionals and Functions](conditionals_functions/README.md)
* [Delete](delete/README.md)
* [Detect Internet Explorer](detectIE/README.md)
* [Don't judge a book by its cover](utf8/README.md)
* [Encapsulate collection](encapsulate_collection/README.md)
* [Even or Odd](even_odd/README.md)
* [Exit nested loop](nested_loop/README.md)
* [#1 Fooling around boolean](fooling_around_boolean/README.md)
* [#2 Fooling around boolean](fooling_around_boolean_2/README.md)
* [Ghost Array](ghost_array/README.md)
* [Input Search](input_search/README.md)
* [Invaluable](invaluable/README.md)
* [JSON](json/README.md)
* [Nested Scopes](nested_scopes/README.md)
* [Now you see me...](now_you_see_me/README.md)
* [Frozen](frozen/README.md)
* [Point](point/README.md)
* [Running Man](running_man/README.md)
* [Scope](scope/README.md)
* [Spartacus](spartacus/README.md)
* [Terminator](terminator/README.md)
* [Timers](timers/README.md)
* [Undefined Values in Arrays](undefined_values_in_array/README.md)
* [Array Map and ParseInt](array_map_parseint/README.md)
* [Variable Scope](variable_scope/README.md)
* [Intro](README.md)
* [Self Invoking Functions](autoexecute/README.md)
* [Floats Operations Imprecision](banking/README.md)
* [Hoisting and Conditionals](hoisting1/README.md)
* [Checking Properties](objects1/README.md)
* [Closure and Objects](objects2/README.md)
* [Conditionals and Functions](conditionals_functions/README.md)
* [Delete](delete/README.md)
* [Detect Internet Explorer](detectIE/README.md)
* [Don't judge a book by its cover](utf8/README.md)
* [Encapsulate collection](encapsulate_collection/README.md)
* [Even or Odd](even_odd/README.md)
* [Exit nested loop](nested_loop/README.md)
* [#1 Fooling around boolean](fooling_around_boolean/README.md)
* [#2 Fooling around boolean](fooling_around_boolean_2/README.md)
* [Ghost Array](ghost_array/README.md)
* [Input Search](input_search/README.md)
* [Invaluable](invaluable/README.md)
* [JSON](json/README.md)
* [Nested Scopes](nested_scopes/README.md)
* [Now you see me...](now_you_see_me/README.md)
* [Frozen](frozen/README.md)
* [Point](point/README.md)
* [Running Man](running_man/README.md)
* [Scope](scope/README.md)
* [Spartacus](spartacus/README.md)
* [Terminator](terminator/README.md)
* [Timers](timers/README.md)
* [Undefined Values in Arrays](undefined_values_in_array/README.md)
* [Array Map and ParseInt](array_map_parseint/README.md)
* [Variable Scope](variable_scope/README.md)
Binary file added cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions intro/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Exercises
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"grunt": "~0.4.1",
"grunt-gh-pages": "0.9.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-gitbook": "0.1.2"
"grunt-gitbook": "0.1.3"
},
"peerDependencies": {
"grunt": "~0.4.1"
Expand Down

0 comments on commit 29ba9e9

Please sign in to comment.