Created
February 4, 2014 04:08
Revisions
-
rowoot revised this gist
Feb 4, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ { "name": "Book of modern frontend tooling", "path": "chapters/", "toc": [ { "name": "Introduction", "path": "introduction.md" -
rowoot created this gist
Feb 4, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,220 @@ { name: "Book of modern frontend tooling", path: "chapters/", toc: [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Build Systems", "path": "build-systems/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Modern tools vs shell scripts", "path": "modern-tools-vs-shell-scripts.md" }, { "name": "Grunt", "path": "grunt/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Linter", "path": "linter.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] }, { "name": "Gulp", "path": "gulp/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Awesome topic", "path": "topic.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] }, { "name": "Brunch", "path": "brunch/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Awesome topic", "path": "topic.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] } ], }, { "name": "Dependency Management", "path": "depedency-management/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Bower", "path": "bower/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Linter", "path": "linter.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] }, { "name": "Component JS", "path": "componentjs/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Awesome topic", "path": "topic.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] }, { "name": "NPM Browserify", "path": "npm-browserify/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Awesome topic", "path": "topic.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] } ], }, { "name": "Scaffolding", "path": "scaffolding/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Loom", "path": "loom/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Linter", "path": "linter.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] }, { "name": "Yeoman", "path": "yeoman/", "toc": [ { "name": "Introduction", "path": "introduction.md" }, { "name": "Getting Started", "path": "getting-started.md" }, { "name": "Awesome topic", "path": "topic.md" }, { "name": "Troubleshooting", "path": "troubleshooting.md" } ] } ], } ] }