diff --git a/_includes/footer.html b/_includes/footer.html index 02d85a0b..84f32f16 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -49,5 +49,8 @@ ga('send', 'pageview'); + +{% asset index.js %} + \ No newline at end of file diff --git a/_includes/meta.html b/_includes/meta.html index 98def1ae..0e63351b 100644 --- a/_includes/meta.html +++ b/_includes/meta.html @@ -55,9 +55,5 @@ - {% asset index.scss %} - - - {% asset index.js %} - + {% asset index.scss %} diff --git a/build.rb b/build.rb index ffe34cc2..18128c64 100644 --- a/build.rb +++ b/build.rb @@ -6,7 +6,6 @@ when "clean" puts "> cleaning..." FileUtils.rm_rf('assets/uswds') - FileUtils.rm_rf('_site') when "uswds" puts "> building USWDS..." FileUtils.mkdir_p 'assets/uswds' @@ -15,5 +14,5 @@ FileUtils.cp_r "node_modules/uswds/dist/fonts", "assets/uswds/" FileUtils.cp_r "node_modules/uswds/dist/js", "assets/uswds/" else - "Not an option" + puts "> build.rb: Not an option" end \ No newline at end of file