Skip to content

Update gulpfile to build and test sequentially #36

@itsrachelfish

Description

@itsrachelfish

The current gulp configuration builds the main basic.js file and basic.min.js file simultaneously, so it's possible for basic.min.js to be generated from an older version of basic.js before the new version is finished saving to disk.

During development if you have gulp running and save frequently this isn't as much of an issue, but I noticed it happened while merging a pull request.

Also the tests in gulp should only be run after the new version of basic.js has been generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions