Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
624880d0
Commit
624880d0
authored
Oct 11, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced 'static/website.css' with 'static/libs/main.css'
parent
29fca9cc
Pipeline
#295
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tasks.py
tasks.py
+1
-1
No files found.
tasks.py
View file @
624880d0
...
@@ -65,7 +65,7 @@ def clean(ctx):
...
@@ -65,7 +65,7 @@ def clean(ctx):
exclude
=
[
"%s/.git"
%
BASE
,
"%s/build"
%
BASE
]
exclude
=
[
"%s/.git"
%
BASE
,
"%s/build"
%
BASE
]
remove_files
=
[
remove_files
=
[
re
.
compile
(
r'.py[co]$'
),
re
.
compile
(
r'.mo$'
),
re
.
compile
(
r'.py[co]$'
),
re
.
compile
(
r'.mo$'
),
"%s/uitwww/static/
website
.css"
%
BASE
,
"%s/uitwww/static/
libs/main
.css"
%
BASE
,
]
]
remove_dirs
=
[
remove_dirs
=
[
re
.
compile
(
'__pycache__'
),
re
.
compile
(
'__pycache__'
),
...
...
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