Commit 7ddc07a4 authored by Sylvain's avatar Sylvain

Mise à jour du script d'install assets

parent 11ec3cf1
......@@ -2,6 +2,7 @@
GIT_ADDRESS="ssh://git@goldenscarab.fr"
GIT_PORT="2222"
GIT_BASE_PATH=$(dirname $0)
# Lancement du script :
# bash vendor/goldenscarab/modulus/assets_install.sh
......@@ -36,6 +37,6 @@ npm install --save-dev resolve-url-loader@4.0.0
npm install --save-dev laravel-vue-pagination@2.3.1
# Dépendances Goldenscarab
git clone ${GIT_ADDRESS}:{GIT_PORT}/modulus/vuejs/helpers.git src/resources/js/Helpers
git clone ${GIT_ADDRESS}:{GIT_PORT}/modulus/vuejs/components.git src/resources/js/components
git clone ${GIT_ADDRESS}:{GIT_PORT}/jquery/gdropfield.git src/resources/libraries/gdropfield
git clone ${GIT_ADDRESS}:${GIT_PORT}/modulus/vuejs/helpers.git ${GIT_BASE_PATH}/src/resources/js/Helpers
git clone ${GIT_ADDRESS}:${GIT_PORT}/modulus/vuejs/components.git ${GIT_BASE_PATH}/src/resources/js/components
git clone ${GIT_ADDRESS}:${GIT_PORT}/jquery/gdropfield.git ${GIT_BASE_PATH}/src/resources/libraries/gdropfield
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment