File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ This project was generated with the [Angular Full-Stack Generator](https://githu
11
11
- [ Bower] ( bower.io ) (` npm install --global bower ` )<% if(filters.sass) { %>
12
12
- [ Ruby] ( https://www.ruby-lang.org ) and then ` gem install sass ` <% } if(filters.grunt) { %>
13
13
- [ Grunt] ( http://gruntjs.com/ ) (` npm install --global grunt-cli ` )<% } if(filters.gulp) { %>
14
- - [ Gulp] ( http://gulpjs.com/ ) (` npm install --global gulp ` )<% } if(filters.babel) { %>
15
- - [ Babel] ( https://babeljs.io ) (` npm install --global babel ` )<% } if(filters.mongoose) { %>
14
+ - [ Gulp] ( http://gulpjs.com/ ) (` npm install --global gulp ` )<% } if(filters.mongoose) { %>
16
15
- [ MongoDB] ( https://www.mongodb.org/ ) - Keep a running daemon with ` mongod ` <% } if(filters.sequelize) { %>
17
16
- [ SQLite] ( https://www.sqlite.org/quickstart.html ) <% } %>
18
17
Original file line number Diff line number Diff line change 12
12
"errorhandler" : " ~1.0.0" ,
13
13
"compression" : " ~1.0.1" ,
14
14
"composable-middleware" : " ^0.3.0" ,
15
- "lodash" : " ~2.4.1" ,<% if(filters.babel) { %>
16
- "babel-core" : " ^5.6.4" ,<% } %><% if (filters.jade) { %>
15
+ "lodash" : " ~2.4.1" ,
16
+ "babel-core" : " ^5.6.4" ,<% if (filters.jade) { %>
17
17
"jade" : " ~1.2.0" ,<% } %><% if (filters.html) { %>
18
18
"ejs" : " ~0.8.4" ,<% } %><% if (filters.mongoose) { %>
19
19
"mongoose" : " ~4.0.3" ,
Original file line number Diff line number Diff line change 1
- 'use strict' ; < % if ( filters . babel ) { % >
1
+ 'use strict' ;
2
2
3
3
// Register the Babel require hook
4
- require ( 'babel-core/register' ) ; < % } % >
4
+ require ( 'babel-core/register' ) ;
5
5
6
6
// Export the application
7
7
exports = module . exports = require ( './app' ) ;
You can’t perform that action at this time.
0 commit comments