UNPKG

generator-xd-angular

Version:

AngularJS yeoman-generator using Angular-ui-router, sass-bootstrap, compass, mocha, gulp, font-awesome, ngdocs

7 lines (5 loc) 145 B
module.exports = function (app, config) { app.get('*', function (req, res) { res.sendfile(config.webRoot.concat('/index.html')); }); };