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

Commit

Permalink
Rebuild assets
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jan 30, 2017
1 parent 8570b15 commit 096b32d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions _build.sh
Expand Up @@ -12,13 +12,13 @@ webpack -p --progress
echo ""
echo " * Copying required vendor files to public directory..."
# jQuery
if [ ! -d "./Resources/public/vendor/jquery" ]; then
mkdir -p ./Resources/public/vendor/jquery/dist
if [ ! -d "./src/Resources/public/vendor/jquery" ]; then
mkdir -p ./src/Resources/public/vendor/jquery/dist
fi
cp ./bower_components/jquery/dist/jquery.min.js ./Resources/public/vendor/jquery/dist/jquery.min.js
cp ./bower_components/jquery/dist/jquery.min.js ./src/Resources/public/vendor/jquery/dist/jquery.min.js

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

0 comments on commit 096b32d

Please sign in to comment.