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

Make application CSS/JS extend header_footer_only CSS/JS #461

Merged
merged 1 commit into from
Sep 18, 2014

Conversation

dsingleton
Copy link
Contributor

All of the CSS/JS modules included in the application 'layout' are
also included in header_footer_only - and only those modules - so
this makes application share exactly those modules by importing
header footer only.

This helps avoid bugs like #458

Also by treating each layout as an extension of an existing layout,
layering new features on top, then we can easily add new kinds
of layout in the future.

All of the CSS/JS modules included in the application 'layout' are
also included in header_footer_only - and only those modules - so
this makes application share exactly those modules by importing
header footer only.

This helps avoid bugs like #458

Also by treating each layout as an extension of an existing layout,
layering new features on top, then we can easily add new kinds
of layout in the future.
@jabley
Copy link
Contributor

jabley commented Sep 16, 2014

👍

dsingleton added a commit that referenced this pull request Sep 18, 2014
Make application CSS/JS extend header_footer_only CSS/JS
@dsingleton dsingleton merged commit 8fda62a into master Sep 18, 2014
@dsingleton dsingleton deleted the layout-inheritance branch September 18, 2014 10:44
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

Successfully merging this pull request may close these issues.

2 participants