Skip to content

Commit 426ffe8

Browse files
authored
changed composer path
1 parent 5d4e6ba commit 426ffe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
//include '../src/WebPHPack.php';
66
require_once "../vendor/autoload.php";
77
$htmlsource = file_get_contents('bootstrap.html');
8-
$webphpack = new \Phreak\WebPHPack($htmlsource);
8+
$webphpack = new Phreak\WebPHPack($htmlsource);
99
$webphpack->matchString = 'assets/';
1010
$webphpack->jsPath = ROOT_DIR.'/assets/js';
1111
$webphpack->cssPath = ROOT_DIR.'/assets/css';
1212
$webphpack->outputPath = ROOT_DIR.'/assets/cache';
1313
$webphpack->outputURL = BASE_URL.'/assets/cache';
1414
$webphpack->caching = true;
15+
$webphpack->httpush = true;
1516
echo $webphpack->combineJS()->combineCSS()->output();

0 commit comments

Comments
 (0)