Commit 564e9d9
committed
[2025-10-27] Better sass logs & error handling
Details:
- Now requiring sass-embedded as a peerDependency (hoping to fix custom function bugs)
- Added custom sass logger functions in Stage_Compiler.sassAPI() via Stage_Compiler.sassLogger()
- Added pathToProjectRoot option to compiler Sass args to aid in correcting stack path output
- Now prompts before continuing if a sass warning is encountered during a packaging compile
- Sass errors in build stages now only end process during packaging or release
- Errors in Stage_Compiler.scssBulk are now caught & held until all files have compiled (then re-thrown)1 parent 3addf2c commit 564e9d9
File tree
307 files changed
+2570
-1621
lines changed- dist/js
- bin
- lib
- lib
- 00-universal
- classes
- 01-config
- 02-utils
- classes
- 03-stages
- classes
- abstract
- 04-project
- classes
- @internal
- classes
- abstract
- types
- docs
- About
- AbstractStage
- runCustomScssDirSubStage
- CLI
- Config
- Internal
- Paths
- FileSystem
- globs
- minify
- prettier
- Stage
- Args
- Build
- Class
- Compiler
- Args
- SubStage
- Using_the_Library
- assets
- bin
- internal
- AbstractError
- Context
- Handler
- FileSystemType
- Copy
- Glob
- Minify
- Prettier
- Args
- Logger
- SemVer
- Error
- errorStringify
- getErrorInfo
- logError
- writeLog
- parseParamsCLI
- src/ts
- bin
- lib
- lib
- 02-utils/classes
- 03-stages/classes
- abstract
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
307 files changed
+2570
-1621
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments