Skip to content

Commit

Permalink
Merge pull request #15 from david-gang/wrap-main-script-in-function-p…
Browse files Browse the repository at this point in the history
…atch

Wrap main script in function patch
  • Loading branch information
mgechev committed Feb 26, 2015
2 parents 29a091e + 1c40894 commit 2aba807
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ module.exports = function (grunt) {
'./src/angular-aop.js',
'./src/aspects/jointpoints/*.js'
]
}
},
options: {
banner: "(function(){ \n ",
footer: "\n})();"
}
}
},
karma: {
Expand Down

0 comments on commit 2aba807

Please sign in to comment.