Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
move .build.php : #19 文件结构更新
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingSky-CN committed Feb 11, 2022
1 parent e9ecece commit f45bc4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .build.php → core/.build.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function compressCSS($buffer)
* 处理 CSS 文件
*/
file_put_contents(
__DIR__ . '/core/css/style.min.css',
__DIR__ . '/css/style.min.css',
compressCSS(
file_get_contents(__DIR__ . '/core/css/style.css') .
file_get_contents(__DIR__ . '/core/css/style-petals.css')
file_get_contents(__DIR__ . '/css/style.css') .
file_get_contents(__DIR__ . '/css/style-petals.css')
)
);

0 comments on commit f45bc4c

Please sign in to comment.