fix dependencies and core

This commit is contained in:
Mario Romano
2016-05-21 04:25:44 +01:00
parent 5c8e37073f
commit c13d6a7fc3
70 changed files with 840 additions and 288 deletions

View File

@@ -26,8 +26,7 @@ module.exports = function (config) {
{pattern: 'dist/**/*.css', included: true, served: true, watched: true},
// paths to support debugging with source maps in dev tools
{pattern: 'services/**/*.ts', included: false, watched: false},
{pattern: 'material/**/*.ts', included: false, watched: false},
{pattern: 'src/**/*.ts', included: false, watched: false},
{pattern: 'dist/**/*.js.map', included: false, watched: false}
],
@@ -75,6 +74,6 @@ module.exports = function (config) {
]
},
singleRun: false
singleRun: true
})
};