Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
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_ohana
Commits
aae62708
Commit
aae62708
authored
1 year ago
by
Eric Bremner
Committed by
Kevin Paxman
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-6636: trying two different packages to make ohana work
parent
1450dd32
No related branches found
No related tags found
1 merge request
!157
Feature/istwcms 6636 ebremner ohana php81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build_ohana.sh
+4
-1
4 additions, 1 deletion
build_ohana.sh
php8fix-package_run1.json
+74
-0
74 additions, 0 deletions
php8fix-package_run1.json
with
78 additions
and
1 deletion
build_ohana.sh
+
4
−
1
View file @
aae62708
...
...
@@ -36,7 +36,7 @@ cd ohana
echo
"**************************************************************************************"
echo
"Installing correct npm version ..."
cp
../php8fix-package.json ./package.json
cp
../php8fix-package
_run1
.json ./package.json
file
=
".nvmrc"
version
=
$(
cat
"
$file
"
)
export
NVM_DIR
=
$HOME
/.nvm
;
...
...
@@ -75,6 +75,9 @@ if [[ $os_option == 1 ]]; then
fi
npm
install
npx browserslist@latest
--update-db
rm
-rf
node_modules
cp
../php8fix-package.json ./package.json
npm
install
echo
"**************************************************************************************"
echo
"Done running npm install."
...
...
This diff is collapsed.
Click to expand it.
php8fix-package_run1.json
0 → 100644
+
74
−
0
View file @
aae62708
{
"name"
:
"surface"
,
"version"
:
"1.0.0"
,
"description"
:
"A Pattern Lab based Drupal starter theme."
,
"bugs"
:
"https://github.com/chazchumley/surface/issues"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/chazchumley/surface.git"
},
"license"
:
"GPL-2.0+"
,
"private"
:
true
,
"themePath"
:
"."
,
"main"
:
"gulpfile.js"
,
"engines"
:
{
"node"
:
">=14"
},
"browserslist"
:
[
"last 2 versions and not dead"
,
">= 1%"
,
">= 1% in US"
],
"scripts"
:
{
"build"
:
"gulp"
,
"compile"
:
"gulp compile"
,
"watch"
:
"gulp watch"
,
"styleguide"
:
"gulp styleguide"
,
"compress"
:
"gulp compress"
,
"lint"
:
"gulp lint"
,
"clean"
:
"gulp clean"
,
"gulp"
:
"gulp"
,
"generate"
:
"yo ohana:component"
},
"babel"
:
{
"sourceType"
:
"unambiguous"
,
"presets"
:
[
[
"@babel/preset-env"
]
]
},
"devDependencies"
:
{
"@babel/core"
:
"7.23.3"
,
"@babel/preset-env"
:
"7.23.2"
,
"@pattern-lab/core"
:
"5.17.0"
,
"@pattern-lab/engine-twig-php"
:
"5.17.0"
,
"@pattern-lab/plugin-tab"
:
"6.0.0"
,
"@pattern-lab/uikit-workshop"
:
"6.0.3"
,
"browser-sync"
:
"2.29.3"
,
"del"
:
"^6.0.0"
,
"generator-ohana"
:
"^1.0.2"
,
"gulp"
:
"^4.0.2"
,
"gulp-autoprefixer"
:
"^8.0.0"
,
"gulp-babel"
:
"^8.0.0"
,
"gulp-changed"
:
"^4.0.3"
,
"gulp-clean-css"
:
"^4.3.0"
,
"gulp-concat"
:
"^2.6.1"
,
"gulp-eslint"
:
"^6.0.0"
,
"gulp-libsquoosh"
:
"^1.1.2"
,
"gulp-minify"
:
"^3.1.0"
,
"gulp-order"
:
"^1.2.0"
,
"gulp-rename"
:
"^2.0.0"
,
"gulp-sass"
:
"^5.1.0"
,
"gulp-sourcemaps"
:
"^3.0.0"
,
"gulp-stylelint"
:
"^13.0.0"
,
"sass"
:
"^1.50.0"
,
"stylelint"
:
"^13.13.1"
,
"stylelint-scss"
:
"^3.21.0"
,
"yo"
:
"^4.3.1"
},
"resolutions"
:
{
"@basalt/twig-renderer"
:
"2.1.1"
},
"dependencies"
:
{}
}
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