Skip to content

Commit

Permalink
#21 Removes version from theme libraries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Dec 13, 2024
1 parent 8ccb7c8 commit cea8e71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions starter_theme/starter_theme.libraries.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
base:
version: VERSION
dependencies:
- starter_theme/uswds
- starter_theme/external_links

uswds:
version: VERSION
css:
component:
dist/css/styles.css: {}
Expand All @@ -14,11 +12,9 @@ uswds:
dist/js/uswds.js: {}

external_links:
version: VERSION
js:
dist/js/external-links.js: { minified: true }

#theme_switcher:
# version: VERSION
# js:
# dist/js/theme-switcher.js: { minified: true }

0 comments on commit cea8e71

Please sign in to comment.