I have fixed this problem. I am using Grunt to compile and minify my css files during my builds. That was the problem.
While Grunt is running, it will compile your stylesheets every time you commit changes to one of your LESS files. After i comment the particular css file from building via grunt it works fine. http://ericnish.io/blog/compile-less-files-with-grunt. On Tuesday, November 18, 2014 1:27:16 PM UTC-6, Selva wrote: > > My code is like below. I am trying to modify the *application.css* which > is not happening and everytime i debug or run, tfs checked in > application.css is getting loaded and i am getting lost of the modified > css. kindly help. > > <html lang="en" data-ng-app="app"> > <head> > <meta charset="utf-8" /> > <title>My Project</title> > <meta name="description" content="" /> > <meta name="viewport" content="width=device-width, initial-scale=1, > maximum-scale=1" /> > <link rel="stylesheet" href="css/bootstrap.css" type="text/css" /> > <link rel="stylesheet" href="css/animate.css" type="text/css" /> > <link rel="stylesheet" href="css/application.css" type="text/css" /> > </head> > > On Tue Nov 18 2014 at 12:20:13 PM Vivek Anand <[email protected]> wrote: > >> Please share the code snippet, where the link of CSS is mentioned in your >> HTML. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "AngularJS" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/angular/GcyWJ9gnMbM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
