Skip to content

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

Description

@derek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions