sinto 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/generators/genHtml.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ Simple project management, with the Browser-sync and gulp packages in the backgr
|
|
|
5
5
|
* Development in the src directory.
|
|
6
6
|
* Publishing from the public directory.
|
|
7
7
|
|
|
8
|
+
GitHub:
|
|
9
|
+
|
|
10
|
+
* [https://github.com/andteki/sinto.git](https://github.com/andteki/sinto.git)
|
|
11
|
+
|
|
8
12
|
## Install
|
|
9
13
|
|
|
10
14
|
```cmd
|
package/generators/genHtml.js
CHANGED
|
@@ -5,6 +5,7 @@ const htmlContent = `
|
|
|
5
5
|
<html lang="hu">
|
|
6
6
|
<head>
|
|
7
7
|
<meta charset="UTF-8">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
8
9
|
<title>Sinto Project</title>
|
|
9
10
|
<link rel="stylesheet" href="bootstrap.css">
|
|
10
11
|
<link rel="stylesheet" href="style.css">
|