fix: Passphrase getting generated correctly

This commit is contained in:
Esteban Ordano 2014-11-03 23:29:09 -03:00
commit df52a0ef95
4 changed files with 214 additions and 5 deletions

View file

@ -88,6 +88,9 @@ var createBundle = function(opts) {
b.require('./js/plugins/InsightStorage', {
expose: '../plugins/InsightStorage'
});
b.require('./js/plugins/InsightStorage', {
expose: '../js/plugins/InsightStorage'
});
b.require('./js/plugins/LocalStorage', {
expose: '../plugins/LocalStorage'
});