diff --git a/bower.json b/bower.json index 5572209f..37f7da53 100644 --- a/bower.json +++ b/bower.json @@ -16,7 +16,7 @@ "angular-localForage": "~0.2.5", "ng-table": "git://github.com/esvit/ng-table.git#85fd295467211556bad433565ab332ce75ff40b7", "jquery.terminal": "~0.8.7", - "stf-site": "git@ghe.amb.ca.local:stf/stf-site.git", + "stf-site": "git@ghe.amb.ca.local:stf/stf-site.git#e6e70d61521cc4f45792ad430b71e6990488f619", "angular-gettext": "~0.2.8", "angular-ui-ace": "~0.1.1", "ui-bootstrap-alerts": "~0.1.5", diff --git a/lib/roles/app.js b/lib/roles/app.js index 753cc7f0..baf08033 100644 --- a/lib/roles/app.js +++ b/lib/roles/app.js @@ -56,6 +56,12 @@ module.exports = function(options) { app.use('/static/bower_components', express.static(pathutil.resource('bower_components'))) + app.use('/static/intro', + express.static(pathutil.resource('bower_components/stf-site/intro'))) + app.use('/static/manual', + express.static(pathutil.resource('bower_components/stf-site/manual'))) + app.use('/static/v2-features', + express.static(pathutil.resource('bower_components/stf-site/v2-features'))) app.use('/static/data', express.static(pathutil.resource('data'))) app.use('/static/build', express.static(pathutil.resource('build'))) app.use('/static/browsers', browserIconMiddleware())