Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikaMunipalle committed Nov 2, 2023
1 parent 008f61a commit 982a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/asset-helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module AssetHelper
def self.process(site, payload)
return if @processed
FileUtils.cp_r('node_modules/uswds/dist/js/', 'assets/', verbose: true)
FileUtils.cp_r('node_modules/uswds/dist/js/', 'assets/uswds/', verbose: true)
FileUtils.cp_r('node_modules/uswds/dist/img/', 'assets/uswds/', verbose: true)
FileUtils.cp_r('node_modules/uswds/dist/fonts/', 'assets/uswds/', verbose: true)
@processed = true
Expand Down

0 comments on commit 982a515

Please sign in to comment.