Inject custom CSS and JS files in layout.hbs
This commit is contained in:
parent
745bfb06e3
commit
2177bf43ca
3 changed files with 17 additions and 0 deletions
|
@ -30,6 +30,12 @@ editors=[
|
|||
# Default language to use
|
||||
language="en"
|
||||
|
||||
# Inject custom styles in layout.hbs
|
||||
# customstyles=["/custom/hello-world.css"]
|
||||
|
||||
# Inject custom scripts in layout.hbs
|
||||
# customscripts=["/custom/hello-world.js"]
|
||||
|
||||
# If you start out as a root user (eg. if you want to use ports lower than 1000)
|
||||
# then you can downgrade the user once all services are up and running
|
||||
#user="nobody"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue