Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
R3
school
courses
Merge requests
!155
run the yarn-installed grunt version instead of relying on local grunt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
run the yarn-installed grunt version instead of relying on local grunt
mk-fix-deploy
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Miroslav Kratochvil
requested to merge
mk-fix-deploy
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
(attempt to fix stuff
#1 (closed)
)
cc
@laurent.heirendt
0
0
Merge request reports
Compare
master
version 1
f8055b17
2 years ago
master (base)
and
latest version
latest version
6a5f2ad4
1 commit,
2 years ago
version 1
f8055b17
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.ci/deploy.sh
+
2
−
2
Options
@@ -55,10 +55,10 @@ do
ln
-s
../../theme theme
# install npm
yarn global add grunt-cli generator-reveal
yarn global add grunt-cli generator-reveal
grunt
yarn
install
grunt dist
yarn
exec
grunt dist
cp
-rL
public/
*
$rootDir
/public/
$BLADE
/
$version
/.
echo
" > latest built for file set
${
BLADE
}
"
Loading