-
## Override with visibility='hidden'
```xml
```
This change allows the using package to override a component without running into a potential naming conflict with another component in …
-
myles updated
9 years ago
-
## Expected behavior and actual behavior
When in `config.rb`:
```ruby
compass_config do |config|
config.output_style = :expanded
config.line_comments = true
end
activate :sprockets
```…
-
We recently implemented locales in Contentful, and are pulling the .yaml files into Middleman just fine.
Now we need to rework all of our templates with the localization helpers as every single objec…
-
Because 'sass' is replaced by 'sassc' (https://github.com/middleman/middleman/commit/36326e4ef5651321db64e6ce8c29c7f9728ba127) got some issues with sprockets: https://github.com/middleman/middleman-sp…
-
I'm struggling to figure out what's causing this error when I run build -
NoMethodError at / undefined method `tree_to_html'
I'm using Middleman with Haml, and admit to being fairly new to ruby,…
udon3 updated
8 years ago
-
I think we need to cover the following bases:
1. Get https://adhearsion.com/ to work
2. Redirect all http traffic to https
Having a site on http:// has a negative impact on security and visitor c…
-
### Issue details
[Documentation](https://browsersync.io/docs/options#option-proxy) says that `proxy: 'localhost:4567'` will work.
In the past it did work but as of now localhost doesn't work and…
-
The GOV.UK Logo and the New Transport font should only be included when the documentation is going be hosted on a `gov.uk` domain.
There's likely to be other organisations within government who mig…
-
What do you think about using [Middleman](https://middlemanapp.com) for the website? That way we have a well put together development environment for building out the Inqlude websites. Also it would m…