Removes remaining yepnop dependencies

This commit is contained in:
per ploug
2014-05-05 12:59:34 +02:00
parent 27e6b8c80c
commit dbbe3fe5fb
19 changed files with 51 additions and 140 deletions

View File

@@ -25,7 +25,7 @@ module.exports = function(karma) {
'lib/underscore/underscore.js',
'lib/umbraco/Extensions.js',
'lib/yepnope/yepnope.min.js',
'lib/lazyload/lazyload.min.js',
'test/config/app.unit.js',
@@ -94,15 +94,8 @@ module.exports = function(karma) {
// CLI --report-slower-than 500
reportSlowerThan: 500,
// compile coffee scripts
preprocessors: {
'**/*.coffee': 'coffee'
},
plugins: [
'karma-jasmine',
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-phantomjs-launcher'
]
});