-
Environment:
gem "middleman", "~> 3.1.0"
gem 'middleman-bower', '~> 1.0.2'
Steps to reproduce
```
bower install bootstrap-sass-official -S
```
In `application.css.scss`
```
@import "bootstrap-sass…
clyfe updated
9 years ago
-
here is call stack
/Users/hadronsolutions/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in `require': cannot load such file -- middleman-core/cli (LoadError)
from /…
-
I have been trying to use `middleman article 'test'` for example with the following config:
``` ruby
set :markdown_engine, :slim
activate :blog do |b|
b.sources = "posts/{year}{month}{day}-{title}.…
-
Fresh install of Ruby and Middleman causing an error when trying when specifying a template (tried blog and html5) or not.
```
> gem install middleman
> gem install middleman-blog
> middleman init …
-
I've been talking for a while with Myron about [Ninefold](http://ninefold.com) helping out with the design/build/hosting of Rspec.info. Here's the work that we started with our designer today. Tomorro…
-
Middleman sets the invalid option :layout to Slim. This is not allowed anymore in the newest Slim version.
See https://github.com/stonean/slim/issues/296
minad updated
10 years ago
-
In my case it's slim erb. Just have a look at my case. On master branch I have `layout.erb`, while on a feature branch I have `layout.slim`. Basically, replacing one with another is not possible with…
-
I noticed Middleman-Sprockets was disabled for the alpha. However I'm not sure how I'm supposed to import Bower components outside the app now.
I had the following:
``` rb
ready do
sprockets.appen…
-
I just replaced a HAML partial with Slim partial and got an exception. Somewhat related to #1301. Using Middleman from `stable-v3` branch.
```
TypeError: can't dup NilClass
/home/nowaker/.rvm…
-
`new-machine.css.scss` file uses `opacity` mixin from Bootstrap. The file doesn't `@import` Bootstrap. It's `@included` by `virtkick.css.scss`, the only SCSS file that is accessed directly. It `@impor…