mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-21 13:07:22 +00:00
move css to subfolder
This commit is contained in:
parent
24fc6a0826
commit
53dda2fd8a
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,7 +4,7 @@ resources.py
|
||||
__pycache__/
|
||||
venv/
|
||||
static/policy/
|
||||
app/static/site.css
|
||||
app/static/css/site.css
|
||||
app/static/.webassets-cache/**/*
|
||||
app/static/brickdb/*
|
||||
locale.json
|
||||
|
@ -120,7 +120,7 @@ def register_extensions(app):
|
||||
|
||||
assets = Environment(app)
|
||||
assets.url = app.static_url_path
|
||||
scss = Bundle('scss/site.scss', filters='libsass', output='site.css')
|
||||
scss = Bundle('scss/site.scss', filters='libsass', output='css/site.css')
|
||||
assets.register('scss_all', scss)
|
||||
|
||||
|
||||
|
0
app/static/css/.gitkeep
Normal file
0
app/static/css/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user