You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that PR #17 is putting all of the Rocket web templates into the /templates directory does it make sense to "clean up" the /web_ui directory?
Right now it doesn't really contain anything terribly meaningful other than some sandboxing, which can be easily moved/merged into the appropriate *.hbs files that Rocket understands.
I was also going to add the other asset folders as such:
/templates is just the default that Rocket.rs expects, it can be changed to whatever we want.
I'd suggest not putting non-html-templates into that directory. We could probably keep the rest (stylesheets, javascript, etc) in the /web_ui directory, or a /public directory or something, since they have nothing to do with the Rocket.rs templating system.
Given that PR #17 is putting all of the Rocket web templates into the /templates directory does it make sense to "clean up" the /web_ui directory?
Right now it doesn't really contain anything terribly meaningful other than some sandboxing, which can be easily moved/merged into the appropriate *.hbs files that Rocket understands.
I was also going to add the other asset folders as such:
/templates
../emojo
../images
../javascript
../stylesheets
../themes
The text was updated successfully, but these errors were encountered: