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
http://nodejs.org/
https://npmjs.org/
http://gruntjs.com/
http://lesscss.org/
http://requirejs.org/
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; }
By Scott Taylor
WordPress Big Media Meetup. 8/21/13
Won't you be my neighbor? I live in NYC. I work at the New York Times. I play lead guitar in Goodbye Picasso. I like Mexican food a lot.