Tweaks and fixes

This commit is contained in:
Graham Campbell
2015-01-02 00:53:23 +00:00
parent 0ccb5e289c
commit ef98408a42
8 changed files with 12 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ if (!function_exists('elixir')) {
{
static $manifest = null;
if (is_null($manifest)) {
if ($manifest === null) {
$manifest = json_decode(file_get_contents(public_path().'/build/rev-manifest.json'), true);
}