Encrypted local storage plugin

This commit is contained in:
Esteban Ordano 2014-10-27 10:36:17 -03:00
commit cf2615bb88
4 changed files with 37 additions and 1 deletions

View file

@ -101,6 +101,9 @@ var createBundle = function(opts) {
b.require('./js/plugins/EncryptedInsightStorage', {
expose: '../plugins/EncryptedInsightStorage'
});
b.require('./js/plugins/EncryptedLocalStorage', {
expose: '../plugins/EncryptedLocalStorage'
});
}
b.require('./config', {