Merge Request #50
← To merge requests
From
skin-build-dist
into
master
Skins - Build/deploy support
The first skins feature implementation doesn't works to gulp build
tasks.
Now, this changes enables support to a specific package.json
to subthemes, allowing a default skin (optionally) in each subtheme folder.
Added to some simple refactorys into gulp/conf.js
file.
Example of the new package.json
file of angular-participa-consulta
subtheme:
{
"name": "angular-participa-consulta",
"version": "1.0.0",
"description": "The theme for 'Consulta publica' community specific colors and UI changes",
"config": {
"theme": "angular-participa-consulta",
"skin": "skin-yellow" //Here is the DEFAULT theme skin
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Commits (2)
-
Please @evandrojr, check whether this new MR works, perform a new deploy and closes the issue #96
-
mentioned in commit 965b4c331c89affb0337e95812f33eeedaefce3b
started a discussion on commit
0e0e1268