Skip to content

Commit

Permalink
Removed unnecessary comments and debug information. removed commented…
Browse files Browse the repository at this point in the history
… out import
  • Loading branch information
sreidthomas committed Feb 5, 2025
1 parent 9da0342 commit ec3e472
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions scripts/compile_styles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,13 @@ compile_components() {
done < <(find "$stable_base_path" -type f -name "*.scss" -not -path "*/node_modules/*" 2>/dev/null)
fi

# Debug output
echo "Searching in experimental path: $exp_base_path"
echo "Searching in stable path: $stable_base_path"

# Print current working directory for debugging
echo "Current working directory: $(pwd)"

# Check if any SCSS files were found
if [[ ${#found_scss_files[@]} -eq 0 ]]; then
echo "No .scss files found in any of the directories. Aborting."
ls -la "${stable_base_path}/GovBanner" # Debug line to show contents of GovBanner directory
exit 1
fi

# Rest of the function remains the same...
echo "Found .scss files:"
for scss_file in "${found_scss_files[@]}"; do
echo "$scss_file"
Expand Down
1 change: 0 additions & 1 deletion src/experimental/components/organisms/TableV2/TableV2.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @use '../../../../../scss/mixins/table';
@use '../../../../scss/mixins/table';
@import 'bootstrap/scss/functions';
@import 'bootstrap/scss/variables';
Expand Down

0 comments on commit ec3e472

Please sign in to comment.