EFForg / rayhunter

Rust tool to detect cell site simulators on an orbic mobile hotspot
GNU General Public License v3.0
19 stars 2 forks source link

Add SASS compiling? #31

Open wgreenberg opened 7 months ago

wgreenberg commented 7 months ago

If we are aiming at a mobile web UI frontend, we'll inevitably want to be writing SASS instead of CSS. This means we'll need to add a build step for compiling the SASS to CSS prior to compiling the project (since that's when the static files are bundled into the binary).