mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 13:05:11 +00:00
Implement frontend dependency management
This commit is contained in:
@ -9,7 +9,7 @@ from tornado.autoreload import watch
|
||||
def _static_files():
|
||||
return chain.from_iterable(
|
||||
glob(pattern) for pattern in (
|
||||
'static/*.js', 'static/*.css', 'templates/*htm?'
|
||||
'static/dist/*.js', 'static/*.css', 'templates/*htm?'
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user