Skip to content

Commit

Permalink
chore(build): add angular-sanitize.js bundle's banner
Browse files Browse the repository at this point in the history
Closes #1041
  • Loading branch information
mgamer authored and ajoslin committed Apr 3, 2014
1 parent 0c13628 commit 75e74cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ module.exports = {
'/*!\n' +
' * ionic.bundle.js is a concatenation of:\n' +
' * ionic.js, angular.js, angular-animate.js,\n'+
' * angular-ui-router.js, and ionic-angular.js\n'+
' * angular-sanitize.js, angular-ui-router.js,\n'+
' * and ionic-angular.js\n'+
' */\n\n',
closureStart: '(function() {\n',
closureEnd: '\n})();',
Expand Down

0 comments on commit 75e74cc

Please sign in to comment.