Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_gesso
Commits
ef5574d8
Commit
ef5574d8
authored
5 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-3452: adding script to build gesso
parent
b3a0c440
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_gesso.sh
+24
-0
24 additions, 0 deletions
build_gesso.sh
with
24 additions
and
0 deletions
build_gesso.sh
0 → 100644
+
24
−
0
View file @
ef5574d8
uw_wcms_gesso_root_path
=
${
1
:-
/var/www/html
}
git clone
"https://github.com/forumone/gesso"
"
$uw_wcms_gesso_root_path
/uw_wcms_gesso/gesso"
cd
"
$uw_wcms_gesso_root_path
/uw_wcms_gesso/gesso"
rm
-rf
"
$uw_wcms_gesso_root_path
/uw_wcms_gesso/gesso/source"
ln
-s
"
$uw_wcms_gesso_root_path
/uw_wcms_gesso/source"
# Adding symbolic link to source, as gesso_helper module hard-codes the twig_functions to add
# to "Themepath/SORUCE/..."
echo
"Removing Gesso files"
rm
gesso.layouts.yml
rm
gesso.info.yml
rm
gesso.libraries.yml
rm
gesso.breakpoints.yml
rm
Dockerfile
rm
screenshot.png
rm
-rf
templates
echo
"Done removing gess theme files."
echo
"Running npm install..."
npm
install
echo
"Done."
echo
"Running gulp build..."
gulp build
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment