Skip to content

Instantly share code, notes, and snippets.

@michealbenedict
Created February 4, 2014 04:08

Revisions

  1. @rowoot rowoot revised this gist Feb 4, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions toc.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    name: "Book of modern frontend tooling",
    path: "chapters/",
    toc: [
    "name": "Book of modern frontend tooling",
    "path": "chapters/",
    "toc": [
    {
    "name": "Introduction",
    "path": "introduction.md"
  2. @rowoot rowoot created this gist Feb 4, 2014.
    220 changes: 220 additions & 0 deletions toc.json
    Original 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"
    }
    ]
    }
    ],
    }
    ]
    }