Skip to content

Conversation

@SaraVieira
Copy link
Contributor

This PR adds support for a config file for netlify deployments.

  • The new config file can be added in the menu
  • Adds icon for toml files
  • Checks for toml file and if there is a build or publish dir it uses that instead of the default ones
  • Adds functions visibility
  • Adds links to functions inside the folder specified in the netlify.toml

Screenshot 2019-04-15 at 15 17 01

@SaraVieira SaraVieira requested a review from CompuIves April 15, 2019 13:22
Copy link
Member

@CompuIves CompuIves left a comment

Choose a reason for hiding this comment

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

Looks very good to me! Keep in mind that people also have invalid configs (invalid syntax, wrong values for keys, etc...). We need to make sure that we handle all those cases well.

I left a few comments, we should be able to merge this after adding them!

'package.json': 'npm',
'sandbox.config.json': 'codesandbox',
'now.json': 'now',
'netlify.toml': 'settings',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Adds icon

@SaraVieira
Copy link
Contributor Author

Screenshot 2019-04-17 at 11 50 46

@SaraVieira SaraVieira requested a review from CompuIves April 17, 2019 09:54
@CompuIves CompuIves merged commit 9587b97 into master Apr 17, 2019
@CompuIves
Copy link
Member

Merci!!

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.

3 participants