Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use clean overlay mechanism for build #4

Open
twagoo opened this issue Feb 3, 2017 · 0 comments
Open

Use clean overlay mechanism for build #4

twagoo opened this issue Feb 3, 2017 · 0 comments

Comments

@twagoo
Copy link
Member

twagoo commented Feb 3, 2017

Currently the build script selects a few files from the sites/all/themes/CLARIN_Horizon directory and adds them to the target directory, overwriting some default files (towards the end it also adds variables.less from the base style project):

(cd 'sites/all/themes/CLARIN_Horizon/'
mv -f -- 'CLARIN_Horizon.info' 'favicon.ico' 'logo.png' ~/'CLARIN_Horizon/')

The rest of the sites/all/themes/CLARIN_Horizon directory content is ignored. This obfuscates the development and build process to a certain degree. A better approach would be to make a pruned version of this directory a complete 'overlay'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant