File tree 3 files changed +19
-7
lines changed
templates/common/root/app/views
3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -285,3 +285,8 @@ Generator.prototype.packageFiles = function () {
285
285
this . template ( '../../templates/common/_package.json' , 'package.json' ) ;
286
286
this . template ( '../../templates/common/Gruntfile.js' , 'Gruntfile.js' ) ;
287
287
} ;
288
+
289
+ Generator . prototype . imageFiles = function ( ) {
290
+ this . sourceRoot ( path . join ( __dirname , 'templates' ) ) ;
291
+ this . directory ( 'images' , 'app/images' , true ) ;
292
+ }
Original file line number Diff line number Diff line change 1
1
< div class ="header ">
2
2
< ul class ="nav nav-pills pull-right ">
3
- < li class ="active "> < a href ="# "> Home</ a > </ li >
4
- < li > < a href ="# "> About</ a > </ li >
5
- < li > < a href ="# "> Contact</ a > </ li >
3
+ < li class ="active "> < a ng- href ="# "> Home</ a > </ li >
4
+ < li > < a ng- href ="# "> About</ a > </ li >
5
+ < li > < a ng- href ="# "> Contact</ a > </ li >
6
6
</ ul >
7
7
< h3 class ="text-muted "> < %= appname %> </ h3 >
8
8
</ div >
9
9
10
10
< div class ="jumbotron ">
11
11
< h1 > 'Allo, 'Allo!</ h1 >
12
- < p class ="lead "> Always a pleasure scaffolding your apps.</ p >
13
- < p > < a class ="btn btn-lg btn-success " href ="# "> Splendid!</ a > </ p >
12
+ < p class ="lead ">
13
+ < img src ="images/yeoman.png " alt ="I'm Yeoman "> < br >
14
+ Always a pleasure scaffolding your apps.
15
+ </ p >
16
+ < p > < a class ="btn btn-lg btn-success " ng-href ="# "> Splendid!</ a > </ p >
14
17
</ div >
15
18
16
19
< div class ="row marketing ">
17
20
< h4 > HTML5 Boilerplate</ h4 >
18
- < p > HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.</ p >
21
+ < p >
22
+ HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.
23
+ </ p >
19
24
20
25
< h4 > Angular</ h4 >
21
- < p > AngularJS is a toolset for building the framework most suited to your application development.</ p >
26
+ < p >
27
+ AngularJS is a toolset for building the framework most suited to your application development.
28
+ </ p >
22
29
23
30
< h4 > Karma</ h4 >
24
31
< p > Spectacular Test Runner for JavaScript.</ p >
You can’t perform that action at this time.
0 commit comments