About 580 results
Open links in new tab
  1. File download with middleman (PDF/XLSX/Zip...)

    Aug 5, 2015 · I (middleman newbie) am trying to add some static pdf/xlsx files. I tried to store them in the image directory and in /, though middleman keeps on reporting “file not found”.

  2. Gem::Ext::BuildError: ERROR: Failed to build gem native extension

    Jun 12, 2017 · Have new laptop, fresh install of OS (LinuxMint 18.1). Installed rvm and ruby 2.4.0 Have used Middleman (MM) with success and delight for several years, but I’m a psychotherapist not a CS …

  3. @import scss problem - Middleman Forum

    Sep 6, 2014 · Hello, I’ve been using middleman 3.3.4 on my first app and Foundation (the scss package) has been working fine. However, my newest project is using 3.3.5 and I believe this is the issue …

  4. Middleman Forum

    May 17, 2014 · Community support for Middleman

  5. Trying Middleman for the first time, install fails - Middleman Forum

    Feb 11, 2016 · The following worked for me (on Windows, YMMV): Add to your gemfile: gem ‘middleman-cli’ gem ‘middleman-core’ re-run “bundle install”

  6. Help with project init and EINVAL error - Middleman Forum

    Nov 1, 2016 · Hi all, I am new to ruby and to middleman. I installed the software per the instructions at the site. But when I try to create an initial project, I get the following error: fileutils.rb:252:in `mkdir’: …

  7. Join rss/atom feeds - Middleman Forum

    Feb 10, 2016 · Dear all! multiple blogs ist a middleman top feature. Yet, is it possible to join multiple feeds (built with the builder gem)—ordering the entries by published date? Thank you!

  8. Which Ruby version? - Middleman Forum

    Feb 26, 2015 · Which Ruby version do you suggest using with Middleman? I’m using RVM and Bundler, so it’s not a problem to choose several versions for projects and frameworks. Some people tend to …

  9. Can a large YAML file (eg: data/artists.yml) be broken into smaller ...

    Apr 19, 2016 · I am building a Middleman/HAML site using dynamic pages and want to output many different profile pages from a profiles.yml file. This ‘profiles’ YAML file has not only the profile …

  10. Using Webpack with Middleman - Middleman Forum

    Apr 18, 2016 · I recently upgraded https://rossta.net from Middleman v3 to v4 and I needed to replace my Sprockets integration with something else that turned out to be Webpack. I wrote about how I set …