Fix material design reference for tests

This commit is contained in:
Denys Vuika
2016-06-23 13:50:14 +01:00
committed by Will Abson
parent 1296087170
commit bae1829007
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ module.exports = function (config) {
{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},

View File

@@ -71,7 +71,8 @@
"alfresco-js-api": "^0.1.0",
"ng2-alfresco-core": "^0.1.25",
"ng2-translate": "2.2.0",
"rimraf": "^2.5.2"
"rimraf": "^2.5.2",
"material-design-lite": "^1.1.3"
},
"devDependencies": {
"concurrently": "^2.1.0",