-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include common rootFiles for any webApplication
- corresponding boilerplates - gulp task to copy them to dist folder - Include the task only on deploy process
- Loading branch information
1 parent
263b26b
commit 186feb6
Showing
6 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# humanstxt.org/ | ||
# The humans responsible & technology colophon | ||
|
||
# TEAM | ||
|
||
<name> -- <role> -- <twitter> | ||
|
||
# THANKS | ||
|
||
<name> | ||
|
||
# TECHNOLOGY COLOPHON | ||
|
||
HTML5, CSS3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Sassqit", | ||
"icons": [{ | ||
"src": "./assets/favicons/touch/icon-128x128.png", | ||
"sizes": "128x128", | ||
"type": "image/png" | ||
}, { | ||
"src": "./assets/favicons/touch/apple-touch-icon.png", | ||
"sizes": "152x152", | ||
"type": "image/png" | ||
}, { | ||
"src": "./assets/favicons/touch/ms-touch-icon-144x144-precomposed.png", | ||
"sizes": "144x144", | ||
"type": "image/png" | ||
}, { | ||
"src": "./assets/favicons/touch/chrome-touch-icon-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}], | ||
"start_url": "/index.html?homescreen=1", | ||
"display": "standalone", | ||
"background_color": "", | ||
"theme_color": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "1.0.0", | ||
"name": "Sassqit", | ||
"launch_path": "/index.html", | ||
"description": "Build and Deploy Static websites like a bauss", | ||
"icons": { | ||
"128": "assets/images/favicons/touch/icon-128x128.png" | ||
}, | ||
"developer": { | ||
"name": "Whitesmith", | ||
"url": "https://whitesmith.co" | ||
}, | ||
"installs_allowed_from": [ | ||
"*" | ||
], | ||
"default_locale": "en", | ||
"permissions": { | ||
}, | ||
"locales": { | ||
"en": { | ||
"name": "Sassqit", | ||
"description": "Build and Deploy Static websites like a bauss" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# www.robotstxt.org/ | ||
|
||
# Allow crawling of all content | ||
User-agent: * | ||
Disallow: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters