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
031dd4e0
Commit
031dd4e0
authored
5 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-3598: removing options
parent
d34a0e6c
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
+10
-12
10 additions, 12 deletions
build_gesso.sh
with
10 additions
and
12 deletions
build_gesso.sh
+
10
−
12
View file @
031dd4e0
...
...
@@ -17,17 +17,15 @@ rm screenshot.png
rm
-rf
templates
echo
"Done removing gesso theme files."
if
[
${
build_option
}
=
3
]
||
[
${
build_option
}
=
4
]
;
then
echo
"Running npm install ..."
npm
install
echo
"Done npm install."
echo
"Running npm install ..."
npm
install
echo
"Done npm install."
echo
"Removing style lint config and replacing with UW config ..."
rm
.stylelintrc.yml
cp
../.stylelintrc.yml
.
echo
"Done removing style lint config and replacing with UW config"
echo
"Removing style lint config and replacing with UW config ..."
rm
.stylelintrc.yml
cp
../.stylelintrc.yml
.
echo
"Done removing style lint config and replacing with UW config"
echo
"Running gulp build ..."
gulp build
echo
"Done running gulp build."
fi
echo
"Running gulp build ..."
gulp build
echo
"Done running 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