You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Place favicon.ico and apple-touch-icon.png in the root directory
16
-
//- build:head
16
+
<!-- build:css(app) styles/vendor.css -->
17
+
<!-- bower:css -->
18
+
<!-- endbower -->
19
+
<!-- endbuild -->
20
+
<!-- build:css({.tmp,app}) styles/main.css -->
21
+
<linkrel="stylesheet"href="styles/main.css">
22
+
<!-- endbuild -->
17
23
body(ng-app="<%= scriptAppName %>")
18
24
//[if lt IE 7]>
19
25
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
0 commit comments