Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d2d14ece
Commit
d2d14ece
authored
Jun 21, 2021
by
Rémy Coutable
Committed by
David O'Regan
Jun 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Remove views folder from assets caching key
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
d0547293
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/tasks/gitlab/assets.rake
lib/tasks/gitlab/assets.rake
+2
-2
No files found.
lib/tasks/gitlab/assets.rake
View file @
d2d14ece
...
@@ -5,8 +5,8 @@ require 'fileutils'
...
@@ -5,8 +5,8 @@ require 'fileutils'
module
Tasks
module
Tasks
module
Gitlab
module
Gitlab
module
Assets
module
Assets
FOSS_ASSET_FOLDERS
=
%w[app/assets
app/views
fixtures/emojis vendor/assets/javascripts]
.
freeze
FOSS_ASSET_FOLDERS
=
%w[app/assets fixtures/emojis vendor/assets/javascripts]
.
freeze
EE_ASSET_FOLDERS
=
%w[ee/app/assets
ee/app/views
]
.
freeze
EE_ASSET_FOLDERS
=
%w[ee/app/assets]
.
freeze
JS_ASSET_PATTERNS
=
%w[*.js config/**/*.js]
.
freeze
JS_ASSET_PATTERNS
=
%w[*.js config/**/*.js]
.
freeze
JS_ASSET_FILES
=
%w[package.json yarn.lock]
.
freeze
JS_ASSET_FILES
=
%w[package.json yarn.lock]
.
freeze
MASTER_MD5_HASH_FILE
=
'master-assets-hash.txt'
MASTER_MD5_HASH_FILE
=
'master-assets-hash.txt'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment