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

Move JS to header #48

Merged
merged 1 commit into from
Jan 26, 2016
Merged

Move JS to header #48

merged 1 commit into from
Jan 26, 2016

Conversation

michiels
Copy link
Member

This is a fix for #44. I've chosen to just move the partial inside head, but I also extracted the regular javascript include line to make the application.html.erb look more like the Rails default file.

Fixes #44

@@ -6,11 +6,13 @@
<meta name="viewport" content="initial-scale=1" />
<title>appname</title>
<%%= stylesheet_link_tag :application, media: "all" %>
<%%= javascript_include_tag :application %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel that this change is not needed. But don't feel strongly about it either.

@jvanbaarsen
Copy link
Contributor

@michiels Can you add to the Changelog?

@michiels
Copy link
Member Author

Right. I keep forgetting that. Sorry!
Op ma 18 jan. 2016 om 16:58 schreef Jeroen van Baarsen <
notifications@github.com>

@michiels https://github.com/michiels Can you add to the Changelog?


Reply to this email directly or view it on GitHub
#48 (comment).

@jvanbaarsen
Copy link
Contributor

I'll keep reminding you, don't worry :trollface:

@michiels
Copy link
Member Author

Added a ChangeLog entry! Will need to merge the other PRs of course. Maybe it's a good thing to update master branch with an unreleased changelog entry as soon as the previous version is released, that way every contributor can start adding changelogs under the correct heading straight away

@michiels
Copy link
Member Author

@jvanbaarsen can I/you merge this in?

jvanbaarsen added a commit that referenced this pull request Jan 26, 2016
@jvanbaarsen jvanbaarsen merged commit b623417 into firmhouse:master Jan 26, 2016
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.

Move Javascript partial to head
2 participants