onefinestay / react-daterange-picker

Other
563 stars 208 forks source link

Cleanup build-dist-js task #98

Closed AlanFoster closed 8 years ago

AlanFoster commented 8 years ago

This PR improves the build-dist-js gulp task by -

jkimbo commented 8 years ago

@AlanFoster this could be setup as a prepublish npm script and then the dist folder can be removed from repo completely which would make pr diffs a lot nicer? It's something that I was meaning to do but never got around to it.

Example: https://github.com/gaearon/library-boilerplate/blob/3b49912f1f6b2a3fcbfadb11921a00ad0e361e85/package.json#L14

AlanFoster commented 8 years ago

@jkimbo I'm all for that idea :+1:

For visibility, what is the specific release process for this component? I think I will be releasing the next version shortly, and I don't want to miss any steps. The long term plan is to automate releases with gulp, but I'd like for the release steps to be documented initially.

jkimbo commented 8 years ago

The process I followed was just bumping the npm version and then after publishing running gulp deploy-example which should handle pushing things to the gh-pages branch.