Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
8b5050ff
Commit
8b5050ff
authored
Aug 12, 2020
by
Eric Bremner
Browse files
ISTWCMS-2510: update get_gesso_files.sh to get images from uw_wcms_gesso
parent
3f343d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/get_gesso_files.sh
View file @
8b5050ff
...
...
@@ -7,12 +7,14 @@ cd $drupal_root_dir/profiles/uw_base_profile/themes/uw_fdsu_theme_resp || exit 1
mkdir
--parents
source
mkdir
--parents
css
mkdir
--parents
js
mkdir
--parents
images
git clone https://git.uwaterloo.ca/wcms/uw_wcms_gesso.git
||
exit
1
cd
uw_wcms_gesso
git checkout
$gesso_tag_branch
cp
-R
source
/
*
../source
cp
css/styles.css ../css
cp
js/component_scripts.min.js ../js
cp
-R
images/
*
../source/images
cd
..
rm
-rf
uw_wcms_gesso
echo
"Done getting gesso files."
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment