Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-03-28 17:59:56 +0800
Commit
0ccb01016bc9a23c9fd353bb07f73117e1ea7698
1 parent
418c3ee7
revision
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/web/actions/client-precache.js
apps/web/actions/client-precache.js
View file @
0ccb010
...
...
@@ -28,7 +28,7 @@ const client = {
trimFiles
=
_
.
compact
(
_
.
uniq
(
trimFiles
));
let
revision
=
md5
(
trimFiles
);
let
revision
=
md5
(
trimFiles
.
join
(
','
)
);
if
(
revision
===
lastRevision
)
{
return
ctx
.
body
=
{
...
...
Please
register
or
login
to post a comment