Skip to content

Commit 9c5b106

Browse files
committed
docs pages and .map addition
1 parent c64af2b commit 9c5b106

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

build/assets/css/main.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/assets/js/script.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/main.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/main.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
$(document).ready(function() {
2-
// Your scripts
2+
// Your jquery scripts in here
33
});

docs/assets/js/script.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/script.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="zxx">
33
<head>
44

5-
<title>Web title</title>
5+
<title>Web page title</title>
66

77
<!-- fonts.googleapis.com/css -->
88
<style>@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do%7CRaleway:100,200,300,400,500,600,700,800,900%7CMontserrat:100,200,300,400,500,600,700,800,900');</style>
@@ -26,7 +26,8 @@ <h1 class="display-1 text-warning">Gulp, Twig and SCSS</h1>
2626
<!-- ================== Block Main Bottom ================== -->
2727
<!-- insert your bottom html blocks here -->
2828
</main>
29-
<!-- jquery.slim.min.js -->
29+
30+
<!-- jquery.slim.min.js -->
3031
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
3132
<!-- script.js -->
3233
<script src="./assets/js/script.js"></script>

0 commit comments

Comments
 (0)