Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Jade view sub-generator update #47

Merged
merged 1 commit into from
Aug 28, 2014
Merged

Jade view sub-generator update #47

merged 1 commit into from
Aug 28, 2014

Conversation

adanaltamira
Copy link
Contributor

The default component that is created is a mixin named h1. When the view sub generator is invoked the template refers to a header and footer mixin that do not exist and break the Jade compilation. My pull request replaces the header mixin with the h1 mixin. I wonder if footer should also be replaced.

@larsonjj
Copy link
Owner

Wow, great catch!
The latest version of this generator only creates the h1 mixin and doesn't create a footer mixin, so this PR should remedy the issue.
Thanks!

larsonjj added a commit that referenced this pull request Aug 28, 2014
Jade view sub-generator update
@larsonjj larsonjj merged commit 829f6b7 into larsonjj:master Aug 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants