Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

mprins/maven-compass-example

Repository files navigation

maven-compass-example

Example/Testcase java webapp using Maven, Sass and Bourbon.

WTFPL

Linux Build Status Windows Build status Dependabot Status

GitHub issues GitHub forks GitHub stars

Compiling with Maven

mvn compile Will compile the whole webapp including sass resources.

Running with Maven

mvn jetty:run will fire up a compiled version of the webapp on http://localhost:8020/ you can then run mvn sass:watch to watch and compile sass files while editing.

Linting with Maven

mvn site will build the maven site including a Checkstyle like scss-lint report.