1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

Updated bower dependencies.

This commit is contained in:
Gunther Brunner 2014-10-06 16:44:29 +09:00
parent 5d190db1b7
commit 45698c6977
2 changed files with 3 additions and 6 deletions

View file

@ -29,8 +29,7 @@ module.exports = {
alias: {
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls',
'localforage': 'localforage/dist/localforage.js',
'socket.io': 'socket.io-client',
'oboe': 'oboe/dist/oboe-browser'
'socket.io': 'socket.io-client'
}
},
module: {
@ -53,9 +52,7 @@ module.exports = {
{ test: /angular-touch\.js$/, loader: 'imports?angular=angular'},
{ test: /angular-animate\.js$/, loader: 'imports?angular=angular'},
{ test: /angular-growl\.js$/, loader: 'imports?angular=angular'},
{ test: /oboe-browser\.js$/, loader: 'imports?define=>false!exports?oboe'},
{ test: /uuid\.js$/, loader: 'imports?require=>undefined'},
//{ test: /ui-bootstrap-tpls\.js$/, loader: 'script'},
{ test: /dialogs\.js$/, loader: 'script'}
],
preLoaders: [