svn to git
CSS to LESS
JS to RequireJS
static build to Grunt
full theme to partial theme
standalone app to integrated app
shared global assets to inherited assets
one size to responsive
switch ($request->getQueryParam('_type')) {
case 'blogs':
define( 'WP_USE_THEMES', true );
require_once( $pathToAdd . '/NYTimes/Web/Blogs/Content/wp-config.php' );
wp();
ob_start(); wp_head(); define( 'WORDPRESS_HEAD', ob_get_clean() );
ob_start(); require_once( ABSPATH . WPINC . '/template-loader.php' ); define( 'WORDPRESS_OUTPUT', ob_get_clean() );
$container->set('appConfig', 'NYTimes\Web\Blogs\ApplicationConfiguration', false, false);
return new \NYTimes\Web\Blogs\ApplicationController($container);
break;
}