Skip to content

Commit 3bf3521

Browse files
committed
chore(gulp): dep update
1 parent 4be90b9 commit 3bf3521

File tree

3 files changed

+1041
-3161
lines changed

3 files changed

+1041
-3161
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const paths = {
2828
},
2929
vendor: {
3030
scripts: [
31-
"src/main/xar-resources/resources/vendor/scripts/*",
31+
"src/main/xar-resources/resources/scripts/*",
3232
"node_modules/bootstrap/dist/js/bootstrap.min.*",
3333
"node_modules/jquery/dist/jquery.min.*",
3434
"node_modules/prismjs/prism.js",
@@ -37,7 +37,7 @@ const paths = {
3737
"node_modules/marked/lib/marked.js"
3838
],
3939
styles: [
40-
"src/main/xar-resources/resources/vendor/styles/*",
40+
"src/main/xar-resources/resources/css/*",
4141
"node_modules/bootstrap/dist/css/bootstrap.min.*",
4242
// 'node_modules/prismjs/themes/*.css'
4343
],

0 commit comments

Comments
 (0)