alxgrk / kotlin-js-sass

Small sample project to have sass loader with hot reload in a Kotlin/JS project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin/JS with SASS Loader and hot reload

This is the smallest configuration I found to have a Kotlin/JS project which uses SASS and hot reload.

Launch gradle in continuous mode gradlew browserDevelopmentRun -t

You can then modify your Kotlin and SASS files and the see the result immediately.

Hot reload of SASS files in Kotlin/JS

About

Small sample project to have sass loader with hot reload in a Kotlin/JS project


Languages

Language:Kotlin 51.8%Language:JavaScript 32.2%Language:HTML 10.6%Language:Sass 5.4%