-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move theme support to individual directory
refs #143
- Loading branch information
1 parent
87d0e34
commit dfd0bc6
Showing
15 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
} | ||
] | ||
|
@@ -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, | ||
|
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.