Skip to content
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

Grunt should do a comparison of built directories to ensure all neccesary files are included in a release build #5

Open
derek opened this issue May 13, 2013 · 0 comments

Comments

@derek
Copy link
Contributor

derek commented May 13, 2013

release.js currently checks to ensure a select set of files are included in a release build. It should instead do a verification that everything in /build/ exists in /release/{version}/dist/. Preferably, it should also verify that the content of the files are identical, though this might be tricky since release builds are slightly different from normal builds (copyright stamp, @VERSION@ replacement in YUI.add).

This would prevent things like yui/yui3#690 and yui/yui3#704 from happening in the future.

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

No branches or pull requests

1 participant