Modularize calculator into separate source files
- Split 3470-line iframe.html into manageable components - Created src/ directory with styles.css, template.html, calculator.js - Updated build.js to assemble from modular source files - Maintains identical functionality with improved maintainability - Single source of truth: edit in src/, run build.js to generate both outputs
This commit is contained in:
@@ -2022,9 +2022,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/**
|
||||
* Dog Calorie Calculator - iframe version
|
||||
|
||||
Reference in New Issue
Block a user