From 637817e3ba48d149e7a9628533d21e81c650d988 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 4 Apr 2012 23:10:50 -0700 Subject: 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. --- src/angular.prefix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/angular.prefix') diff --git a/src/angular.prefix b/src/angular.prefix index 2e8720b3..d66c099f 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -3,5 +3,4 @@ * (c) 2010-2012 AngularJS http://angularjs.org * License: MIT */ -'USE STRICT'; -(function(window, document, undefined){ +(function(window, document, undefined) { -- cgit v1.2.3