-
Hi there,
When I do your instantiation method:
```
var helpers = new require("common-dustjs-helpers").CommonDustjsHelpers();
var dust = require("dustjs"); // or "dustjs-linkedin"
helpers.export_helpe…
-
This is a proposal for refactoring how i18n works in Middleman v4.
First, we remove the magical `localizable` folder.
When `i18n` is activated, all html files in source are localized by default into…
-
I'm encountering the following error when trying to run `bundle exec middleman build`. I've searched for the error but they seem to be in the past / due to configuration errors in the gemfiles.
**My …
-
I'm wondering if there would be benefit in a feature that allows Contentful Entries to be mapped to [Middleman `Sitemap::Resource`](https://middlemanapp.com/advanced/sitemap/#sitemap-resources) object…
-
I’m on middleman (3.2.2) and middleman-livereload (3.2.1). Whenever I make a change on `all.css.scss`, the CSS is applied live. But if said change is made in a file that `all.css.scss` imports with th…
-
The [Ruby Gem](https://rubygems.org/gems/surfnperf) provides access to the main surfnperf.js file via the asset pipeline, but ideally it would also provide an easy way to drop in the script required f…
-
Versions:
```
gem 'middleman', '~>3.4.0'
gem 'middleman-minify-html', '~> 3.4.1'
```
In `config.rb` the file extension is changed to PHP, like so: `set :index_file, 'index.php'`
All templates and c…
ghost updated
9 years ago
-
The difference between JAWS and traditional frameworks is that JAWS has config files in separate folders, whereas traditional frameworks are able to centralize configuration information (e.g., routes.…
-
I am using a deploy plugin (middleman-s3_sync) which uses the `manipulate_resource_list` hook to sync the sitemap to a remote file store.
Some files weren't syncing properly and I found that it's bec…
-
I have a collection that contains a lot of repeat "articles," but only the latest ones with the same title show up in the list when using `page_articles.each`. Is there a way to allow multiple titles?…