global $parsed_manifest;
$manifest_path = current(glob($_SERVER['DOCUMENT_ROOT'] . '/assets/manifest*.json'));
$parsed_manifest = json_decode(file_get_contents($manifest_path), FILE_USE_INCLUDE_PATH);
function compiled_css() {
global $parsed_manifest;
return css('assets/' . $parsed_manifest['assets']['application.css']);
}
function compiled_js() {
global $parsed_manifest;
return js('assets/' . $parsed_manifest['assets']['application.js']);
}
function compiled_asset($asset) {
global $parsed_manifest;
return '/assets/' . $parsed_manifest['assets'][$asset];
}
?>
Rory van der Kolk is a Creative Strategist based in Amsterdam.
Driven by a passion for youth culture he creates great stories for awesome brands.
Rory has been concepting, producing and spreading content since 2006 and has a background in trendwatching, copywriting, PR and advertising.
Great stories drive conversation and sales. In his work strategy, concept and execution are equally important and intertwined.
For new business inquiries, please see contact details below.