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 angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
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.
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 <viv....@gmail.com> 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 angular+unsubscribe@googlegroups.com.