accordproject / cicero-ui

A library of React components for Accord Project templates
Apache License 2.0
29 stars 46 forks source link

fix(*): add netlify.toml to show storybook build in netlify - #356 #358

Closed 98lenvi closed 4 years ago

98lenvi commented 4 years ago

Signed-off-by: lenvi lenvin@oykuapp.com

Issue #356

Added netlify.toml to initialize a Netlify build for the Storybook demo

Changes

Flags

Related Issues

irmerk commented 4 years ago

This is great! A few thoughts, because I think this will need to be put on hold:

  • Now Netlify will show the storybook build.

I think this is what we will want to do once the Storybook build is accomplishing at least what the current demo build does - we want to see changes implemented in the PR. At least that's what I understood, @DianaLease thoughts?

  • Netlify should be pointed towards the development branch to see changes.

We will be switching back to master and getting rid of development (see recent Slack discussions for this)

98lenvi commented 4 years ago

@irmerk, I agree with you on keeping this on hold until the Storybook build is satisfactory. Do you want the changes in Storybook to be done in this PR? I'd love to work on Storybook(I'm not familiar with it, but I can learn).

Netlify should be pointed towards the development branch to see changes.

The reason why I mentioned this is because the storybook related commits are in the development branch, the script will work fine with the master branch provided the Storybook related changes are in the master branch.

irmerk commented 4 years ago

I believe @sanyamdogra and @elit-altum were working on this, need to check with them on what the status is there.

Unsure about the branches, it's getting too complicated and will be easier to handle when we revert back to master and get rid of development

irmerk commented 4 years ago

Any update on this @98lenvi?

98lenvi commented 4 years ago

@irmerk, It looks like #315 hasn't seen any progress from where it was. Can I continue on that?

irmerk commented 4 years ago

Sure thing @98lenvi, comment in #315 and I'll assign it.

irmerk commented 4 years ago

@98lenvi this can be closed because #382 is merged, correct?

98lenvi commented 4 years ago

Yes, @irmerk. I'm closing this pull request. Thank you!