@@ -20,30 +20,30 @@ var settings = {
20
20
21
21
var paths = {
22
22
input : 'src/main/frontend/' ,
23
- output : 'src/main /xar-resources/resources/' ,
23
+ output : 'target/generated-resources/gulp /xar-resources/resources/' ,
24
24
scripts : {
25
25
input : 'src/main/frontend/javascript/*' ,
26
26
polyfills : '.polyfill.js' ,
27
- output : 'src/main /xar-resources/resources/scripts/'
27
+ output : 'target/generated-resources/gulp /xar-resources/resources/scripts/'
28
28
} ,
29
29
styles : {
30
30
input : 'src/main/frontend/sass/*.{scss,sass}' ,
31
- output : 'src/main /xar-resources/resources/styles/'
31
+ output : 'target/generated-resources/gulp /xar-resources/resources/styles/'
32
32
} ,
33
33
svgs : {
34
34
input : 'src/main/frontend/img/*.svg' ,
35
- output : 'src/main /xar-resources/resources/images/'
35
+ output : 'target/generated-resources/gulp /xar-resources/resources/images/'
36
36
} ,
37
37
copy : {
38
38
input : 'src/main/frontend/copy/**' ,
39
- output : 'src/main /xar-resources/resources/'
39
+ output : 'target/generated-resources/gulp /xar-resources/resources/'
40
40
} ,
41
41
vendor : {
42
42
input : 'node_modules/' ,
43
- output : 'src/main /xar-resources/resources/'
43
+ output : 'target/generated-resources/gulp /xar-resources/resources/'
44
44
} ,
45
45
fonts : {
46
- output : 'src/main /xar-resources/resources/fonts/'
46
+ output : 'target/generated-resources/gulp /xar-resources/resources/fonts/'
47
47
} ,
48
48
xml : {
49
49
listings : 'src/main/xar-resources/data/*/listings/*.xml' ,
0 commit comments