Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Build: fix placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Apr 7, 2015
1 parent e6dc35c commit 1505909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/options/requirejs.js
Expand Up @@ -106,7 +106,7 @@ module.exports = function( grunt ) {

onBuildWrite: function( moduleName, path, contents ) {
return contents.replace( /__version__/g, grunt.config.process(
"\"<%= boom %>\""
"\"<%= version %>\""
) );
}
}
Expand Down

0 comments on commit 1505909

Please sign in to comment.