Skip to content

Commit

Permalink
Turning off asset_hash
Browse files Browse the repository at this point in the history
This doesn’t work for me w/o updating all urls
  • Loading branch information
rylanb committed Aug 23, 2020
1 parent 43d0ab7 commit 626e980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ test/tmp
test/version_tmp
tmp
vendor

# Local Netlify folder
.netlify
2 changes: 1 addition & 1 deletion new_site/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
configure :build do
activate :minify_css
activate :minify_javascript
activate :asset_hash # Enable cache buster
# activate :asset_hash # Enable cache buster
end

after_build do |builder|
Expand Down

0 comments on commit 626e980

Please sign in to comment.