1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

- Don't really need crypto stuff.

This commit is contained in:
Gunther Brunner 2014-03-26 15:18:04 +09:00
parent 9427e21f81
commit e99922abe8

View file

@ -50,6 +50,7 @@ module.exports = {
, { test: /angular-animate\.js/, loader: 'imports?angular=angular'} , { test: /angular-animate\.js/, loader: 'imports?angular=angular'}
, { test: /angular-growl\.js/, loader: 'imports?angular=angular'} , { test: /angular-growl\.js/, loader: 'imports?angular=angular'}
, { test: /oboe-browser\.js/, loader: 'imports?define=>false!exports?oboe'} , { test: /oboe-browser\.js/, loader: 'imports?define=>false!exports?oboe'}
, { test: /uuid\.js/, loader: 'imports?require=>false'}
, { test: /localforage\.js/, loader: 'script'} , { test: /localforage\.js/, loader: 'script'}
, { test: /ui-bootstrap-tpls\.js/, loader: 'script'} , { test: /ui-bootstrap-tpls\.js/, loader: 'script'}
, { test: /dialogs\.js/, loader: 'script'} , { test: /dialogs\.js/, loader: 'script'}