Compare commits

...

4 commits

Author SHA1 Message Date
c771026cf3
⬆ chore: Upgrade packages 2024-03-16 13:53:02 -07:00
2c8983857a
🙈 chore(ctags): Ignore ctags file 2024-03-16 13:28:24 -07:00
b0c25bdb50
⬆ chore: Browserslist update 2024-03-16 13:27:53 -07:00
106da54a41
🔨 build(gulp): Add watch script 2024-03-16 13:27:28 -07:00
3 changed files with 612 additions and 407 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.DS_Store .DS_Store
node_modules/** node_modules/**
tags

1013
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,7 @@
{ {
"scripts": { "scripts": {
"build": "gulp build" "build": "gulp build",
"watch": "gulp watch"
}, },
"devDependencies": { "devDependencies": {
"browser-sync": "^2.29.3", "browser-sync": "^2.29.3",