Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
totem
ind
Commits
9f3eede7
Commit
9f3eede7
authored
Feb 22, 2018
by
Arie Peterson
🐚
Browse files
Remove old attempt to copy custom icons into place
parent
80236561
Changes
1
Hide whitespace changes
Inline
Side-by-side
pavement.py
View file @
9f3eede7
...
@@ -139,10 +139,6 @@ def collect_static():
...
@@ -139,10 +139,6 @@ def collect_static():
src_dir
=
path
(
options
.
src_dir
)
src_dir
=
path
(
options
.
src_dir
)
public_dir
=
path
(
options
.
public_dir
)
public_dir
=
path
(
options
.
public_dir
)
resources_globbed
=
{
resources_globbed
=
{
public_dir
/
'resources/grapheditor/stencils'
:
src_dir
.
glob
(
'stencils/*.xml'
)
+
src_dir
.
glob
(
'stencils/**/*.png'
)
+
src_dir
.
glob
(
'stencils/**/*.svg'
),
public_dir
/
'resources/'
:
public_dir
/
'resources/'
:
src_dir
.
glob
(
'translations/*.txt'
)
+
src_dir
.
glob
(
'translations/*.txt'
)
+
static_base
.
glob
(
'src/resources/*.txt'
)
+
static_base
.
glob
(
'src/resources/*.txt'
)
+
...
...
Write
Preview
Supports
Markdown
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