Assets folder structure


back to folders structure

Assets

Inside Assets folder there will be all assets (css, js, png, gif, etc.) that will be copied to output without any modifications. Under current output folder engine will create a folder with the name Assets and copy all files from source assets folder there. Nested folders are supported.

Example

If you want to have a website logo, you should do the following:

<img src="/Assets/logo.png"/>

Solidify Project is powered by .NET Core 2.0 and distributed under MIT license