Skip to content

Commit ef9d681

Browse files
committed
(refactor) - use handlebars from node_modules instead of bower
1 parent 9bab910 commit ef9d681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function (config) {
1717
'karma-spec-reporter',
1818
],
1919

20-
frameworks: ['mocha', 'chai','jquery-1.8.3','sinon','fixture'],
20+
frameworks: ['mocha', 'chai', 'jquery-1.8.3', 'sinon', 'fixture'],
2121

2222
jsonFixturesPreprocessor: {
2323
variableName: '__json__'
@@ -29,7 +29,7 @@ module.exports = function (config) {
2929
},
3030

3131
files: [
32-
'./bower_components/handlebars/handlebars.min.js',
32+
'./node_modules/handlebars/dist/handlebars.min.js',
3333
'./index.html',
3434
'./unbxdSearch.js',
3535
'./app.js',

0 commit comments

Comments
 (0)