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

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdugne committed Jul 9, 2015
2 parents cce3a73 + 91a5bfb commit b0d47ba
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 = function(grunt) {
},
build: {
files: {
'static/js/maperial.min.<%= pkg.version %>.js': ['static/js/maperial.js']
'static/js/maperial-<%= pkg.version %>.min.js': ['static/js/maperial.js']
}
}
},
Expand Down

0 comments on commit b0d47ba

Please sign in to comment.