Scaffold project

This commit is contained in:
Bartlomiej Pluta (PGS Software)
2018-03-15 13:00:17 +01:00
parent a6d3cb5eb2
commit 50b1bbf471
6 changed files with 20 additions and 22 deletions

View File

@@ -1,17 +1,21 @@
<!-- DOCTYPE -->
<!DOCTYPE html>
<html>
<head>
<html lang="en">
<head>
<title>ForkIO</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<title>Gulp Starter Kit</title>
<!-- build:css -->
<meta name="author" content="Bartlomiej Pluta">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Upskill frontend project">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Custom styles -->
<link rel="stylesheet" href="css/style.css">
<!-- endbuild -->
</head>
<body>
<h1>Gulp starter kit</h1>
<!-- build:js -->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- endbuild -->
</body>
</html>
</head>
<body>
<!-- JavaScript -->
<script src="js/script.js"></script>
</body>
</html>

View File

@@ -1 +0,0 @@
console.log('plugins');

View File

@@ -1 +1 @@
console.log('script');
console.log('Hello, world');

View File

@@ -1 +0,0 @@
$color-bg: green;

0
src/scss/_variables.scss Normal file
View File

View File

@@ -1,5 +1 @@
@import "settings";
body {
background-color: $color-bg;
}
@import "_variables";