File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< title > < %= _.capitalize(baseName) %> </ title >
8
8
< link href ="lib/bootstrap-css/css/bootstrap.css " rel ="stylesheet ">
9
- < link href ="lib/bootstrap-css/css/bootstrap-responsive.css " rel ="stylesheet ">
10
9
< link href ="lib/jquery-ui/themes/smoothness/jquery-ui.css " rel ="stylesheet "/>
11
10
< link href ="css/app.css " rel ="stylesheet ">
12
11
</ head >
38
37
<!-- /.container -->
39
38
</ nav >
40
39
< div class ="container " ng-view > </ div >
41
- < script src ="lib/jquery/jquery.js "> </ script >
40
+ < script src ="lib/jquery/dist/ jquery.js "> </ script >
42
41
< script src ="lib/jquery-ui/ui/jquery-ui.js "> </ script >
43
42
< script src ="lib/lodash/dist/lodash.js "> </ script >
44
43
< script src ="lib/angular/angular.js "> </ script >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-angular-express-sequelize" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"description" : " A Yeoman generator for AngularJS + Express + Sequelize" ,
5
5
"keywords" : [
6
6
" yeoman-generator" ,
You can’t perform that action at this time.
0 commit comments