Skip to content

Commit e7fac0f

Browse files
Improve the chipmunk add-on helpers
1 parent 01d7c50 commit e7fac0f

21 files changed

+142
-202
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# OS or Editor folders
22
.DS_Store
3+
.DS_Store.*
34
._*
45
Desktop.ini
56
Thumbs.db

_theme.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

dist/manifest-dev.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"scripts/theme.js": "scripts/theme.js",
3+
"styles/theme.css": "styles/theme.css",
4+
"styles/theme.js": "styles/theme.js",
5+
"assets/images/chipmunk.svg": "assets/images/chipmunk.b372af53.svg",
6+
"assets/images/icons.svg": "assets/images/icons.c5620246.svg"
7+
}

dist/manifest.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"scripts/theme.js": "scripts/theme.4dfef3ea.js",
3-
"scripts/theme.js.map": "scripts/theme.4dfef3ea.js.map",
4-
"styles/theme.css": "styles/theme.a5e851af.css",
5-
"styles/theme.css.map": "styles/theme.a5e851af.css.map",
2+
"scripts/theme.js": "scripts/theme.ef2eb939.js",
3+
"scripts/theme.js.map": "scripts/theme.ef2eb939.js.map",
4+
"styles/theme.css": "styles/theme.2863a9d2.css",
5+
"styles/theme.css.map": "styles/theme.2863a9d2.css.map",
6+
"assets/.DS_Store": "assets/.DS_Store.64fd69e8",
67
"assets/images/chipmunk.svg": "assets/images/chipmunk.b372af53.svg",
78
"assets/images/icons.svg": "assets/images/icons.c5620246.svg",
8-
"scripts/theme.4dfef3ea.full.js": "scripts/theme.4dfef3ea.full.js",
9-
"scripts/theme.4dfef3ea.full.js.LICENSE.txt": "scripts/theme.4dfef3ea.full.js.LICENSE.txt",
10-
"scripts/theme.4dfef3ea.js.LICENSE.txt": "scripts/theme.4dfef3ea.js.LICENSE.txt",
11-
"styles/theme.a5e851af.full.css": "styles/theme.a5e851af.full.css"
9+
"scripts/theme.ef2eb939.full.js": "scripts/theme.ef2eb939.full.js",
10+
"scripts/theme.ef2eb939.full.js.LICENSE.txt": "scripts/theme.ef2eb939.full.js.LICENSE.txt",
11+
"scripts/theme.ef2eb939.js.LICENSE.txt": "scripts/theme.ef2eb939.js.LICENSE.txt",
12+
"styles/theme.2863a9d2.full.css": "styles/theme.2863a9d2.full.css"
1213
}

dist/scripts/theme.4dfef3ea.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

dist/scripts/theme.ef2eb939.js.map

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

0 commit comments

Comments
 (0)