Files
landing_page/qdrant-landing/themes/qdrant-2024
2024-11-27 12:20:26 +01:00
..
2024-11-27 12:20:26 +01:00
2024-11-25 12:21:28 +01:00
2024-05-21 09:57:56 +02:00
2024-05-21 09:57:56 +02:00
2024-11-14 18:59:28 +01:00
2024-05-21 09:57:56 +02:00

Building, transpiling and running the project

Project uses Hugo build-in pipes to transpile and minify assets.

Pre-requisites:

  • Dart Sass

Install Dart Sass

You can download a package for your OS from Sass github and add it to your PATH.

Don't forget to restart your terminal after adding Dart Sass to your PATH.

Troubleshooting

Run the following commands:

hugo env | grep "dart-sass"

sass --embedded --version

And check that both commands output the same version of Dart Sass. If not, you may have several versions of Dart Sass installed on your system.

Don't forget to restart your terminal after adding Dart Sass to your PATH.

Don't use node-sass, it's incompatible.