File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Karma configuration
2
- // Generated on Mon Sep 15 2014 15:00:51 GMT-0400 (EDT)
3
2
4
- function func ( config ) {
3
+ function func ( config ) {
5
4
6
5
// level of logging
7
6
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
Original file line number Diff line number Diff line change 1
1
// Karma configuration
2
- // Generated on Wed Sep 10 2014 15:06:40 GMT-0700 (PDT)
3
2
4
- var shellyStatic = '../../../shelly/static/js/' ;
5
-
6
- function func ( config ) {
3
+ function func ( config ) {
7
4
8
5
// level of logging
9
6
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
@@ -23,8 +20,7 @@ func.defaultConfig = {
23
20
24
21
// list of files / patterns to load in the browser
25
22
files : [
26
- shellyStatic + 'plugins/jquery-1.8.3.min.js' ,
27
- //'../../../streaming/static/streaming/build/streamhead-bundle.js',
23
+ 'assets/jquery-1.8.3.min.js' ,
28
24
'tests/*_test.js'
29
25
] ,
30
26
@@ -61,6 +57,7 @@ func.defaultConfig = {
61
57
singleRun : false ,
62
58
63
59
browserify : {
60
+ transform : [ './transform.js' ] ,
64
61
extensions : [ '.js' ] ,
65
62
watch : true ,
66
63
debug : true
You can’t perform that action at this time.
0 commit comments