mirror of
https://github.com/flarum/framework.git
synced 2025-04-26 14:44:03 +08:00
Merge branch 'master' of github.com:flarum/core
This commit is contained in:
commit
e3340ba3e1
@ -58,7 +58,7 @@ class JsCompiler extends RevisionCompiler
|
|||||||
|
|
||||||
$this->assetsDir->put($file, implode("\n", $output));
|
$this->assetsDir->put($file, implode("\n", $output));
|
||||||
|
|
||||||
$mapTemp = tempnam(storage_path('tmp'), $mapFile);
|
$mapTemp = @tempnam(storage_path('tmp'), $mapFile);
|
||||||
$map->save($mapTemp);
|
$map->save($mapTemp);
|
||||||
$this->assetsDir->put($mapFile, file_get_contents($mapTemp));
|
$this->assetsDir->put($mapFile, file_get_contents($mapTemp));
|
||||||
@unlink($mapTemp);
|
@unlink($mapTemp);
|
||||||
|
0
tests/integration/tmp/storage/views/.gitkeep
Normal file
0
tests/integration/tmp/storage/views/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user