Skip to content

Commit ace1b80

Browse files
committedMar 27, 2017
update packages, added bower wiredep and builder html tag"
1 parent 4c41718 commit ace1b80

File tree

3 files changed

+315
-318
lines changed

3 files changed

+315
-318
lines changed
 

‎app/index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22
<html>
33
<head>
44
<title>Usemin test</title>
5+
56
<!-- build:css assets/css/style.min.css -->
7+
<!-- bower:css -->
8+
<!-- endbower -->
69
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css" media="screen" />
710
<!-- endbuild -->
811
</head>
912
<body>
1013

1114
</body>
15+
<!-- build:js assets/js/vendor.min.css -->
16+
<!-- bower:js -->
17+
<!-- endbower -->
18+
<!-- endbuild -->
19+
1220
<!-- build:js assets/js/optimized.js -->
1321
<script src="./assets/js/app.js"></script>
1422
<!-- endbuild -->
15-
</html>
23+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.