kai-jacobsen/kontentblocks

View on GitHub
build/hash.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// This file gets automatically generated when grunt rebuilds js/css
// either returns the current git hash or a random string
// this will invalidate the local storage upon changes
function getGitHash(){
    return "367eadae16fd9d55274a381c6a6f1cb655f09f70";
};