#82 remove core and translate dependencies

This commit is contained in:
Denys Vuika
2016-06-01 16:52:09 +01:00
parent 0e4076f268
commit ce3604c964
5 changed files with 1 additions and 18 deletions

View File

@@ -15,8 +15,6 @@ module.exports = function (config) {
{pattern: 'node_modules/angular2/bundles/angular2.dev.js', included: true, watched: true},
{pattern: 'node_modules/angular2/bundles/testing.dev.js', included: true, watched: true},
{pattern: 'node_modules/angular2/bundles/http.dev.js', included: true, watched: true},
{pattern: 'node_modules/alfresco-core-rest-api/bundle.js', included: true, watched: false},
{pattern: 'node_modules/ng2-alfresco-core/dist/**/*.js', included: false, served: true, watched: false},
{pattern: 'karma-test-shim.js', included: true, watched: true},