mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Add comment about middleman hanging to config.rb
This commit is contained in:
parent
5c87f10383
commit
9f83bbd158
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ set :relative_links, true
|
|||
|
||||
# Build Configuration
|
||||
configure :build do
|
||||
# If you're having trouble with Middleman hanging, commenting
|
||||
# out the following two lines has been known to help
|
||||
activate :minify_css
|
||||
activate :minify_javascript
|
||||
# activate :relative_assets
|
||||
|
|
|
|||
Loading…
Reference in a new issue