'compile-components' ], function () {
    return gulp.src( 'demo/client/js/main2.js' )
               .pipe( react() )
               .pipe( browserify() )
               .pipe( concat( 'bundle2.js' ) )