mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
updated config.rb to activate asset_hash (#1076)
This commit is contained in:
parent
f81909ea6e
commit
36b7e4430d
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ set :relative_links, true
|
||||||
|
|
||||||
# Build Configuration
|
# Build Configuration
|
||||||
configure :build do
|
configure :build do
|
||||||
|
activate :asset_hash
|
||||||
# If you're having trouble with Middleman hanging, commenting
|
# If you're having trouble with Middleman hanging, commenting
|
||||||
# out the following two lines has been known to help
|
# out the following two lines has been known to help
|
||||||
activate :minify_css
|
activate :minify_css
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue