superreal / composer-with-oxid-demo-theme
Demo theme for showing how to handle OXID themes with composer
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 1
Open Issues: 0
Type:oxid-theme
Requires
- php: >=5.3.3
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2025-02-25 04:23:29 UTC
README
Demo theme for showing how to handle OXID themes with composer
Installation
- Define this repository as requirement in your projects root composer.json
- Put all your assets to the skin directory, this will be symlinked to the out folder
- Put the following scripts to your projects root composer.json, to symlink the assets to the out folder
"scripts": {
"post-autoload-dump": [
"ln -sf ../application/views/composer-with-oxid-demo-theme/skin/composer-with-oxid-demo-theme out/composer-with-oxid-demo-theme"
]
}