superreal / composer-with-oxid-demo-theme
Demo theme for showing how to handle OXID themes with composer
Package info
github.com/superReal/composer-with-oxid-demo-theme
Type:oxid-theme
pkg:composer/superreal/composer-with-oxid-demo-theme
dev-master
2014-06-13 13:46 UTC
Requires
- php: >=5.3.3
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2026-03-10 08:58:21 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"
]
}