Skip to content

Commit 564e9d9

Browse files
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

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ children:
77
---
88

99
<!--README_HEADER-->
10-
# NPM Build Utilities @ 0.3.0-alpha.2
10+
# NPM Build Utilities @ 0.3.0-alpha.2.draft
1111
<!--/README_HEADER-->
1212

1313
<!--README_DESC-->

dist/js/bin/help.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.2
8+
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
99
* @license MIT
1010
*/
1111
import type { CLI } from '../types/index.js';

dist/js/bin/help.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.2
8+
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
99
* @license MIT
1010
*/
1111
export {};

dist/js/bin/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/lib/getConfig.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @packageDocumentation
55
*/
66
/*!
7-
* @maddimathon/build-utilities@0.3.0-alpha.2
7+
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
88
* @license MIT
99
*/
1010
import type { CLI } from '../../types/index.js';

dist/js/bin/lib/getConfig.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @internal
1717
*/
1818
/*!
19-
* @maddimathon/build-utilities@0.3.0-alpha.2
19+
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
2020
* @license MIT
2121
*/
2222
export * from './getConfig.js';

dist/js/bin/lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @packageDocumentation
1616
*/
1717
/*!
18-
* @maddimathon/build-utilities@0.3.0-alpha.2
18+
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
1919
* @license MIT
2020
*/
2121
export type * from './types/index.js';

0 commit comments

Comments
 (0)