File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 48
48
"gulp-clean" : " ^0.3.2" ,
49
49
"gulp-concat" : " ^2.6.0" ,
50
50
"gulp-connect" : " ^5.0.0" ,
51
+ "gulp-documentation" : " ^3.2.1" ,
51
52
"gulp-eslint" : " ^4.0.0" ,
52
53
"gulp-footer" : " ^1.0.5" ,
53
54
"gulp-header" : " ^1.7.1" ,
54
55
"gulp-if" : " ^2.0.2" ,
55
- "gulp-documentation" : " ^3.2.1" ,
56
56
"gulp-optimize-js" : " ^1.1.0" ,
57
57
"gulp-rename" : " ^1.2.0" ,
58
58
"gulp-replace" : " ^0.4.0" ,
59
59
"gulp-shell" : " ^0.5.2" ,
60
60
"gulp-uglify" : " ^3.0.0" ,
61
61
"gulp-util" : " ^3.0.0" ,
62
62
"gulp-webdriver" : " ^1.0.1" ,
63
+ "ignore-loader" : " ^0.1.2" ,
63
64
"istanbul" : " ^0.4.5" ,
64
65
"istanbul-instrumenter-loader" : " ^3.0.0" ,
65
66
"json-loader" : " ^0.5.1" ,
Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ module.exports = {
51
51
test : / \. j s o n $ / ,
52
52
loader : 'json-loader'
53
53
} ,
54
+ {
55
+ test : / \. m d $ / ,
56
+ loader : 'ignore-loader'
57
+ } ,
54
58
{
55
59
test : / c o n s t a n t s .j s o n $ / ,
56
60
include : / ( s r c ) / ,
You can’t perform that action at this time.
0 commit comments