Fix upload folder not supported for Safari and Firefox

This commit is contained in:
mauriziovitale84
2016-06-28 17:56:10 +01:00
parent 221c0e3d9b
commit e4546061f1
8 changed files with 158 additions and 22 deletions

View File

@@ -15,6 +15,8 @@ module.exports = function (config) {
{pattern: 'node_modules/rxjs/**/*.map', included: false, watched: false},
{pattern: 'node_modules/@angular/**/*.js', included: false, watched: false},
{pattern: 'node_modules/@angular/**/*.map', included: false, watched: false},
{pattern: 'node_modules/material-design-lite/material.min.js', included: true, watched: false},
{pattern: 'node_modules/ng2-alfresco-core/dist/**/*.js', included: false, served: true, watched: false},
{pattern: 'node_modules/ng2-translate/**/*.js', included: false, served: true, watched: false},