Thanks to visit codestin.com
Credit goes to github.com

Skip to content

delete /dist files again #981

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

Merged
merged 2 commits into from
Mar 28, 2019
Merged

delete /dist files again #981

merged 2 commits into from
Mar 28, 2019

Conversation

adumesny
Copy link
Member

generated on the fly (merge comflict each time otherwise)

Description

forgot to delete these with last (lodash) removal.

Checklist

  • [ x] All tests passing (npm test)

Alain Dumesny added 2 commits March 28, 2019 08:37
generated on the fly (merge comflict)
generated on the fly (merge comflict)
@radiolips radiolips merged commit da1966a into gridstack:develop Mar 28, 2019
@@ -8,7 +8,7 @@
"url": "git+https://github.com/gridstack/gridstack.js.git"
},
"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.

hey guys I believe this is blocking the pipeline as mkdir dist will give an error if folder is already there (and build seems to create it). I removed it a subsequent review (which hasn't been been merged yet (see #982)

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.

2 participants