Skip to content

Commit

Permalink
Fix comment. Vex.Flow.Test no longer needs BUILD/VERSION since we now
Browse files Browse the repository at this point in the history
bundle VexFlow with the VexFlowTests library.
  • Loading branch information
ronyeh committed Jul 31, 2021
1 parent bc623dd commit cdc8176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = (grunt) => {
],
},
plugins: [
// Add VERSION and BUILD properties to both Vex.Flow and Vex.Flow.Test.
// Add VERSION and BUILD properties to Vex.Flow.
new InjectPlugin(function () {
return `import{Flow}from'flow';Flow.VERSION="${packageJSON.version}";Flow.BUILD="${GIT_COMMIT_HASH}";`;
}),
Expand Down

0 comments on commit cdc8176

Please sign in to comment.