Commit e562fe8a authored by Romain Courteaud's avatar Romain Courteaud

Do not build non functionnal storages

parent 91b42259
......@@ -173,12 +173,11 @@ module.exports = function (grunt) {
'src/jio.storage/localstorage.js',
'src/jio.storage/davstorage.js',
'src/jio.storage/indexeddbstorage.js',
'src/jio.storage/unionstorage.js',
'src/jio.storage/erp5storage.js',
'src/jio.storage/querystorage.js',
'src/jio.storage/drivetojiomapping.js',
'src/jio.storage/cachestorage.js'
'src/jio.storage/documentstorage.js',
],
dest: 'dist/<%= pkg.name %>-<%= pkg.version %>.js'
// dest: 'jio.js'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment