Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b1994b1

Browse files
committed
Fix path in build script
1 parent 2cd3a5a commit b1994b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
cp ./bower_components/jquery/dist/jquery.min.js ./src/Resources/public/vendor/jquery/dist/jquery.min.js
1919

2020
# jQuery UI
21-
if [ ! -d "./Resources/public/vendor/jquery-ui" ]; then
22-
mkdir ./Resources/public/vendor/jquery-ui
21+
if [ ! -d "./src/Resources/public/vendor/jquery-ui" ]; then
22+
mkdir ./src/Resources/public/vendor/jquery-ui
2323
fi
2424
cp ./bower_components/jquery-ui/jquery-ui.min.js ./src/Resources/public/vendor/jquery-ui/jquery-ui.min.js

0 commit comments

Comments
 (0)