Skip to content

Conversation

@adumesny
Copy link
Member

@adumesny adumesny commented Sep 13, 2017

remove dist/ folder and instead generate the output files during build process, so there is no conflict on merge or issue being out of sync.

use 'build' target to generate before publishing npm (which I didn't see included)

fix #776

adumesny added 3 commits September 13, 2017 10:23
…o conflict on merge or issue being out of sync.

use 'build' target to generate before publishing npm (which I didn't see included)

Bug Number: #776
…o conflict on merge or issue being out of sync.

use 'build' target to generate before publishing npm (which I didn't see included)

Bug Number: #776
@coveralls
Copy link

Coverage Status

Coverage remained the same at 69.532% when pulling 83dc57d on adumesny:776_dist_remove into dfc9b42 on gridstack:develop.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 69.399% when pulling 65e0439 on adumesny:776_dist_remove into ff31cb7 on gridstack:develop.

package.json Outdated
},
"scripts": {
"build": "grunt ; doctoc ./README.md ; doctoc ./doc/README.md ; doctoc ./doc/CHANGES.md",
"build": "mkdir dist && grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
Copy link
Member Author

Choose a reason for hiding this comment

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

&& are needed to run on windows instead of ;

Copy link

@ghost ghost Sep 14, 2017

Choose a reason for hiding this comment

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

mkdir dist will fail if dist exists. You can pass mkdir -p to only create it if it does not exist

Copy link

Choose a reason for hiding this comment

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

looks like -p is only supported on *nix versions of the utility

@adumesny adumesny changed the title 776 dist remove remove /dist Sep 14, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 69.399% when pulling dc99b33 on adumesny:776_dist_remove into ff31cb7 on gridstack:develop.

@radiolips radiolips merged commit 58856cf into gridstack:develop Sep 14, 2017
@adumesny adumesny deleted the 776_dist_remove branch September 14, 2017 21:19
@adumesny adumesny changed the title remove /dist remove dist/ Sep 18, 2017
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.

[internal] remove dist/ from versioning, add needed release steps

3 participants