Skip to content

Commit

Permalink
refactor: move theme support to individual directory
Browse files Browse the repository at this point in the history
refs #143
  • Loading branch information
ThorstenSuckow committed Oct 14, 2021
1 parent 87d0e34 commit dfd0bc6
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"creator": "Thorsten Suckow-Homberg <[email protected]>",
"summary": "JavaScript Sencha ExtJS Webmail client.",
"detailedDescription": "This package contains an email client to be used with the conjoon project.",
"version": "0.0.1",
"compatVersion": "0.0.1",
"version": "0.1.1",
"compatVersion": "0.1.1",
"format": "1",
"slicer": {
"js": [
{
"path": "${package.dir}/sass/example/custom.js",
"path": "${package.dir}/sass/${theme.name}/example/custom.js",
"isWidgetManifest": true
}
]
Expand All @@ -56,17 +56,16 @@
"polyfills": "none"
},
"local": true,
"theme": "extjs-theme-material",
"sass": {
"namespace": "conjoon.cn_mail",
"etc": [
"${package.dir}/sass/etc/all.scss"
"${package.dir}/sass/${theme.name}/etc/all.scss"
],
"var": [
"${package.dir}/sass/var/"
"${package.dir}/sass/${theme.name}/var/"
],
"src": [
"${package.dir}/sass/src/"
"${package.dir}/sass/${theme.name}/src/"
]
},
"example": null,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dfd0bc6

Please sign in to comment.