Skip to content

Instantly share code, notes, and snippets.

@michealbenedict
Created February 4, 2014 04:08
Show Gist options
  • Save michealbenedict/8798003 to your computer and use it in GitHub Desktop.
Save michealbenedict/8798003 to your computer and use it in GitHub Desktop.
Table of contents (JSON)
{
"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"
}
]
}
],
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment