Build and parse examples from examples_src/

This commit is contained in:
Andreas Hocevar
2015-04-01 18:22:56 +02:00
parent 2e9869057e
commit ff1ee78ddd
263 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ var path = require('path');
var async = require('async');
var Parser = require('htmlparser2').Parser;
var buildExamples = require('./build-examples');
var exampleDir = path.join(__dirname, '..', 'examples');
@@ -141,6 +142,7 @@ function writeExampleList(exampleInfos, callback) {
*/
function main(callback) {
async.waterfall([
buildExamples,
listExamples,
parseExamples,
writeExampleList