Skip to content

Commit a8cfcdc

Browse files
committed
chore: update project title
1 parent 270ce5f commit a8cfcdc

File tree

7 files changed

+6
-5
lines changed

7 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🚀 Vite Vanilla JS & Sass Supercharged Starter
1+
# 🚀 Vite Vanilla JS + Sass — No-Fuss Starter
22

33
A fast, modern starter template for vanilla JavaScript and Sass, powered by [Vite](https://vitejs.dev/).
44
Includes comprehensive linting, formatting, image optimization, HTML minification, and legacy browser support.

dist/assets/index-BeqK1ai4.js

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

dist/assets/index-DFEPuSlG.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/assets/index-legacy-CUSc1rq8.js renamed to dist/assets/index-legacy-DbyfccET.js

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/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Vite Vanilla JS &amp; Sass Supercharged Starter</title><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="description" content="Vite Vanilla JS + Sass starter with ESLint, Stylelint and HTMLHint linting, image optimization, modern-normalize."><link rel="icon" href="/assets/vite-DcBtz0py.svg" type="image/svg+xml"><script type="module" crossorigin src="/assets/index-DFEPuSlG.js"></script><link rel="stylesheet" crossorigin href="/assets/index-DeP3X-wX.css"><script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script><script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script></head><body><div id="app"></div><script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script><script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/polyfills-legacy-Ca1TOBqp.js"></script><script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-CUSc1rq8.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Vite Vanilla JS + Sass — No-Fuss Starter</title><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="description" content="Vite Vanilla JS + Sass starter with ESLint, Stylelint and HTMLHint linting, image optimization, modern-normalize."><link rel="icon" href="/assets/vite-DcBtz0py.svg" type="image/svg+xml"><script type="module" crossorigin src="/assets/index-BeqK1ai4.js"></script><link rel="stylesheet" crossorigin href="/assets/index-DeP3X-wX.css"><script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script><script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script></head><body><div id="app"></div><script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script><script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/polyfills-legacy-Ca1TOBqp.js"></script><script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-DbyfccET.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script></body></html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Vite Vanilla JS &amp; Sass Supercharged Starter</title>
6+
<title>Vite Vanilla JS + Sass — No-Fuss Starter</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<meta name="description"
99
content="Vite Vanilla JS + Sass starter with ESLint, Stylelint and HTMLHint linting, image optimization, modern-normalize.">

src/assets/js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import viteLogo from '../images/vite.svg';
55
document.querySelector('#app').innerHTML = /*html*/ `
66
<div class="wrapper">
77
<main>
8+
<h1>Vite + Sass, No Fuss</h1>
89
<img src="${viteLogo}" class="logo" alt="Vite logo" />
910
</main>
1011
<footer>

0 commit comments

Comments
 (0)