We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be90b9 commit 3bf3521Copy full SHA for 3bf3521
gulpfile.js
@@ -28,7 +28,7 @@ const paths = {
28
},
29
vendor: {
30
scripts: [
31
- "src/main/xar-resources/resources/vendor/scripts/*",
+ "src/main/xar-resources/resources/scripts/*",
32
"node_modules/bootstrap/dist/js/bootstrap.min.*",
33
"node_modules/jquery/dist/jquery.min.*",
34
"node_modules/prismjs/prism.js",
@@ -37,7 +37,7 @@ const paths = {
37
"node_modules/marked/lib/marked.js"
38
],
39
styles: [
40
- "src/main/xar-resources/resources/vendor/styles/*",
+ "src/main/xar-resources/resources/css/*",
41
"node_modules/bootstrap/dist/css/bootstrap.min.*",
42
// 'node_modules/prismjs/themes/*.css'
43
0 commit comments