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

Commit

Permalink
fix(build): ensure MessageFormat will be added correctly when using UMD
Browse files Browse the repository at this point in the history
Solves #1068
  • Loading branch information
knalli committed Jun 5, 2015
1 parent 32db3a2 commit f5e039c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,14 @@ module.exports = function (grunt) {
dest: '<%= concat.core.dest %>'
},
'messageformat_interpolation': {
options: {
deps: {
'default': ['MessageFormat'],
amd: ['messageformat'],
cjs: ['messageformat'],
global: ['MessageFormat']
}
},
src: '<%= concat.messageformat_interpolation.dest %>',
dest: '<%= concat.messageformat_interpolation.dest %>'
},
Expand Down

0 comments on commit f5e039c

Please sign in to comment.