fix(Rakefile): move 'use strict'; flag into the angular closure

closure compiler is stubborn and puts the flag to the top of the file, so
we have to post-process the minified file to move the flag into the angular
closure.
This commit is contained in:
Igor Minar
2012-04-04 23:10:50 -07:00
parent 86182a9415
commit 637817e3ba
2 changed files with 14 additions and 4 deletions

View File

@@ -3,5 +3,4 @@
* (c) 2010-2012 AngularJS http://angularjs.org
* License: MIT
*/
'USE STRICT';
(function(window, document, undefined){
(function(window, document, undefined) {