mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +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__/
|
__pycache__/
|
||||||
venv/
|
venv/
|
||||||
static/policy/
|
static/policy/
|
||||||
app/static/site.css
|
app/static/css/site.css
|
||||||
app/static/.webassets-cache/**/*
|
app/static/.webassets-cache/**/*
|
||||||
app/static/brickdb/*
|
app/static/brickdb/*
|
||||||
locale.json
|
locale.json
|
||||||
|
@ -120,7 +120,7 @@ def register_extensions(app):
|
|||||||
|
|
||||||
assets = Environment(app)
|
assets = Environment(app)
|
||||||
assets.url = app.static_url_path
|
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)
|
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