rust-lang-ar / rust-lang-ar.github.io

Argentina's Rust Community Site
https://rust-lang-ar.github.io/
Apache License 2.0
8 stars 3 forks source link

Feature | Trunk #14

Closed EstebanBorai closed 3 years ago

EstebanBorai commented 3 years ago

In order to have a better development experience Trunk development tool is introduced to replace Webpack on the bundle and development pŕocess.

TailwindCSS is still in use by employing the tailwindcss NodeJS package.

Read more on Trunk and what it has to offer in the official repository: https://github.com/thedodd/trunk

EstebanBorai commented 3 years ago

There's many things to discover in this project using Trunk as our development tool! We can also make use of Conditional Compilation with Features for the website which I personally think is very interesting, is like having some kind of "Feature Flags" in the compiler OOTB!