Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 10f283d

Browse files
author
Nesmeyanov Kirill
committed
Update assets
1 parent 23e3223 commit 10f283d

8 files changed

+1059
-25850
lines changed

dist/laravel-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/laravel-ui.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/laravel-ui.min.js

Lines changed: 1 addition & 12900 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/laravel-ui.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1045 additions & 12937 deletions
Large diffs are not rendered by default.

docs/index.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<?php ob_start(); ?>
2-
<!DOCTYPE html>
1+
<?php ob_start(); ?><!DOCTYPE html>
32
<html lang="en">
43
<head>
54
<meta charset="utf-8"/>
65
<title>LaravelRUS UI &mdash; Компоненты</title>
7-
<link rel="icon" href="favicon.png"/>
6+
<link rel="icon" href="./favicon.png"/>
87

98
<!-- Load Vendor Libraries -->
109
<link rel="stylesheet" href="https://unpkg.com/normalize.css@7.0.0/normalize.css"/>
1110
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,400,400i,700,700i&subset=cyrillic"/>
1211
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i,700,700i" />
12+
<script src="https://unpkg.com/babel-polyfill@6.26.0/dist/polyfill.min.js"></script>
1313
<script src="https://unpkg.com/vue"></script>
1414

1515
<!-- Load an Application files -->
@@ -96,13 +96,13 @@
9696
new Vue({ el: '#app' })
9797
</script>
9898
</body>
99-
</html>
100-
<?php
99+
</html><?php
101100
$content = ob_get_contents();
101+
102102
// Minimise
103-
$content = preg_replace('/>\s+</iu', '><', $content);
104-
ob_end_clean();
105-
echo $content;
103+
// $content = preg_replace('/>\s+</iu', '><', $content);
106104

105+
ob_end_clean();
107106
file_put_contents(__DIR__ . '/index.html', $content);
107+
echo $content;
108108
?>

docs/laravel-ui.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/laravel-ui.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)