File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ module.exports = function(grunt) {
54
54
generateSourceMaps : true ,
55
55
preserveLicenseComments : false ,
56
56
optimize : 'uglify2' ,
57
+ waitSeconds : 0 ,
57
58
paths : {
58
59
jquery : '../libs/jquery.min' ,
59
60
underscore : '../libs/underscore.min' ,
@@ -85,6 +86,7 @@ module.exports = function(grunt) {
85
86
generateSourceMaps : true ,
86
87
preserveLicenseComments : false ,
87
88
optimize : 'uglify2' ,
89
+ waitSeconds : 0 ,
88
90
paths : {
89
91
jquery : '../libs/jquery.min' ,
90
92
underscore : '../libs/underscore.min' ,
Original file line number Diff line number Diff line change 11
11
require . config ( {
12
12
13
13
baseUrl : 'scripts/bgprocess' ,
14
+ waitSeconds : 0 ,
14
15
15
16
paths : {
16
17
jquery : '../libs/jquery.min' ,
Original file line number Diff line number Diff line change 1
1
require . config ( {
2
2
3
3
baseUrl : 'scripts/app' ,
4
+ waitSeconds : 0 ,
4
5
5
6
paths : {
6
7
jquery : '../libs/jquery.min' ,
You can’t perform that action at this time.
0 commit comments