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
825e54f0
Commit
825e54f0
authored
4 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-3759: updating build gesso script to move packages and gulpfile
parent
633ff724
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_gesso.sh
+12
-1
12 additions, 1 deletion
build_gesso.sh
with
12 additions
and
1 deletion
build_gesso.sh
+
12
−
1
View file @
825e54f0
...
@@ -4,7 +4,17 @@ git clone "https://github.com/forumone/gesso" "gesso"
...
@@ -4,7 +4,17 @@ git clone "https://github.com/forumone/gesso" "gesso"
cd
gesso
cd
gesso
git checkout
$gesso_version
git checkout
$gesso_version
cd
..
cd
..
ln
-s
"source"
"gesso/source"
if
[
-f
"gulpfile.js"
]
;
then
mv
gulpfile.js gesso
fi
if
[
-f
"packages.json"
]
;
then
mv
packages.json gesso
fi
ln
-s
"gesso/source"
"source"
echo
"Removing Gesso files"
echo
"Removing Gesso files"
rm
gesso.layouts.yml
rm
gesso.layouts.yml
rm
gesso.info.yml
rm
gesso.info.yml
...
@@ -16,6 +26,7 @@ rm -rf templates
...
@@ -16,6 +26,7 @@ rm -rf templates
echo
"Done removing gesso theme files."
echo
"Done removing gesso theme files."
echo
"Running npm install ..."
echo
"Running npm install ..."
cd
gesso
npm
install
npm
install
echo
"Done npm install."
echo
"Done npm install."
...
...
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