-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New esbuild-java with scss-loader (#147)
* New esbuild-java with scss-loader * added scss * Revert "added scss" This reverts commit c13e4d4. * New esbuild-java with scss-loader --------- Co-authored-by: Erik Jan de Wit <[email protected]>
- Loading branch information
Showing
8 changed files
with
10 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
quarkus.web-bundler.dependencies.compile-only=false | ||
quarkus.web-bundler.bundle-redirect=true | ||
quarkus.web-bundler.bundle-redirect=true | ||
quarkus.log.category."io.quarkiverse.web.bundler".level=DEBUG | ||
quarkus.log.category."io.mvnpm.esbuild".level=DEBUG |
4 changes: 1 addition & 3 deletions
4
integration-tests/src/main/resources/web/components/calendar/_imported.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
|
||
|
||
.calendar { | ||
h1 { | ||
background-color: red; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
color: red; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
97 changes: 0 additions & 97 deletions
97
sass-compiler/src/main/java/io/quarkiverse/web/bundler/sass/SassBuildTimeCompiler.java
This file was deleted.
Oops, something went wrong.