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

Fixes/cleanup to manifest and config #107

Merged
merged 4 commits into from
Jan 20, 2016
Merged

Fixes/cleanup to manifest and config #107

merged 4 commits into from
Jan 20, 2016

Conversation

VinceMalone
Copy link
Contributor

  1. File paths in manifest.webapp were not inheriting the value from the path member in config. This is because, in helpers.js, _.map() creates a new array and does not mutate the passed in array (among other reasons).
  2. The density member in manifest.json has been changed to a number. While technically having the value as a string should work, the specification alludes to it being a number type.
  3. Added a <link> element for the coast icon.
  4. Missing files #69 Clean up config and fix missing files. #89

@jbmoelker
Copy link

+1 Google Chrome team also updated density member their manifest.json sample accordingly: GoogleChrome/samples#98

@@ -1,6 +1,6 @@
'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
Copy link
Contributor

Choose a reason for hiding this comment

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

What happened here? Part of a Babel update?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea; babel.

@haydenbleasel
Copy link
Contributor

Awesome, loving these commits mate :) Just gotta sort out a few questions then I'm good to merge

@haydenbleasel
Copy link
Contributor

Also @phbernard You should cross reference this with your code :)

@haydenbleasel haydenbleasel mentioned this pull request Jan 19, 2016
haydenbleasel pushed a commit that referenced this pull request Jan 20, 2016
Fixes/cleanup to manifest and config
@haydenbleasel haydenbleasel merged commit 7d3c3ca into itgalaxy:master Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants