Skip to content

Commit 0704af3

Browse files
committed
Merge branch 'master' into gulp
1 parent 1424d5f commit 0704af3

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Diff for: app/index.html

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<!DOCTYPE html>
2-
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3-
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
4-
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
5-
<!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]-->
1+
<!doctype html>
2+
<html lang="en" ng-app="myApp">
63
<head>
74
<meta charset="utf-8">
85
<meta http-equiv="X-UA-Compatible" content="IE=edge">
96
<title>My AngularJS App</title>
107
<meta name="description" content="">
118
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<!-- build:css css/seed.min.css -->
1210
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css">
1311
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css">
14-
<link rel="stylesheet" href="app.css">
12+
<link rel="stylesheet" href="css/app.css">
13+
<link rel="stylesheet" href="css/app2.css">
14+
<!-- endbuild -->
1515
<script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
1616
</head>
1717
<body>
@@ -28,9 +28,7 @@
2828

2929
<div>Angular seed app: v<span app-version></span></div>
3030

31-
<!-- In production use:
32-
<script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
33-
-->
31+
<!-- build:js js/seed.min.js -->
3432
<script src="bower_components/angular/angular.js"></script>
3533
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
3634
<script src="app.js"></script>
@@ -39,5 +37,6 @@
3937
<script src="components/version/version.js"></script>
4038
<script src="components/version/version-directive.js"></script>
4139
<script src="components/version/interpolate-filter.js"></script>
40+
<!-- endbuild -->
4241
</body>
4342
</html>

0 commit comments

Comments
 (0)