Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack Configuration and Dependency Updates #2

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
npm install --save-dev hint@7.x
[ -f .hintrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css-js/.hintrc
# - name: Webhint Report
# run: npx hint .
- name: Webhint Report
run: npx hint .
stylelint:
name: Stylelint
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>My To-Do List</title><script defer="defer" src="main.%5BcontentHash%5D.js"></script></head><body><header><h1>My To-Do List</h1></header><main class="container"><div class="card-head"><h2 class="title">Today's To Do</h2><button type="button" class="btn refresh">&circlearrowright;</button></div><div class="card-body"><form class="add-item"><input name="add-item" placeholder="Add to your list..." id="add-item" class="add-new-item"> <button type="submit" class="btn btn-add-new-item">&hookleftarrow;</button></form><ul class="list" data-container="to-do-list-container"></ul></div><div class="card-footer"><button type="submit" class="btn-remove-all">Clear all completed</button></div></main><footer><p>© 2023 -   <a href="https://github.com/lily4178993/">Nelly Telli</a>   - All Rights Reserved</p></footer></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>My To-Do List</title><script defer=defer src=main4c5e69b5d250148564cc.js></script><link href=main4c5e69b5d250148564cc.css rel=stylesheet></head><body><header><h1>My To-Do List</h1></header><main class=container><div class=card-head><h2 class=title>Today's To Do</h2><button type=button class="btn refresh">&circlearrowright;</button></div><div class=card-body><form class=add-item><input type=text name=add-item placeholder="Add to your list..." id=add-item class=add-new-item> <button type=submit class="btn btn-add-new-item">&hookleftarrow;</button></form><ul class=list data-container=to-do-list-container></ul></div><div class=card-footer><button type=submit class=btn-remove-all>Clear all completed</button></div></main><footer><p>© 2023 -   <a href=https://github.com/lily4178993/ >Nelly Telli</a>   - All Rights Reserved</p></footer></body></html>
1 change: 0 additions & 1 deletion dist/main.[contentHash].js

This file was deleted.

1 change: 1 addition & 0 deletions dist/main4c5e69b5d250148564cc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading