mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
- Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages.
- Started to add CSS back.
This commit is contained in:
parent
a22eb8e841
commit
345f921fb9
11 changed files with 37 additions and 13 deletions
|
@ -27,7 +27,7 @@ module.exports = function(options) {
|
|||
app.use(express.urlencoded())
|
||||
app.use(express.csrf())
|
||||
app.use(validator())
|
||||
app.use('/static/lib', express.static(pathutil.resource('lib')))
|
||||
app.use('/static/bower_components', express.static(pathutil.resource('bower_components')))
|
||||
app.use('/static', express.static(pathutil.resource('auth-mock')))
|
||||
|
||||
app.use(function(req, res, next) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue