middleman / middleman-i18n

Internationalization extension for Middleman (Built-in to 3.0)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes in locales/*.yml files don't reload middleman dev server.

radarek opened this issue · comments

When I edit one of loclaes/*.yml, save it and reload page in browser middleman server gives me old page. It looks like .yml files are not reloaded.

Which version?

Here are bundled gems:

Gems included by the bundle:
  * activesupport (3.1.0)
  * addressable (2.2.6)
  * bundler (1.0.21)
  * capistrano (2.9.0)
  * capistrano-ext (1.2.1)
  * chunky_png (1.2.5)
  * coffee-script (2.2.0)
  * coffee-script-source (1.1.3)
  * compass (0.11.5)
  * daemons (1.1.4)
  * em-websocket (0.3.5)
  * eventmachine (0.12.10)
  * execjs (1.2.12)
  * fssm (0.2.7)
  * guard (0.6.3)
  * guard-livereload (0.3.1)
  * haml (3.1.2)
  * highline (1.6.2)
  * hike (1.2.1)
  * http_router (0.10.2)
  * i18n (0.6.0)
  * maruku (0.6.0)
  * middleman (2.0.14)
  * middleman-i18n (0.1.1)
  * middleman-livereload (0.2.1)
  * multi_json (1.0.4)
  * net-scp (1.0.4)
  * net-sftp (2.0.5)
  * net-ssh (2.2.1)
  * net-ssh-gateway (1.1.0)
  * padrino-core (0.10.5)
  * padrino-helpers (0.10.5)
  * rack (1.3.5)
  * rack-protection (1.1.4)
  * rack-test (0.6.1)
  * railsless-deploy (1.0.2)
  * rake (0.9.2.2)
  * rb-fsevent (0.4.3.1)
  * sass (3.1.11)
  * sinatra (1.3.1)
  * slim (1.0.4)
  * sprockets (2.0.3)
  * syntax (1.0.0)
  * temple (0.3.4)
  * thin (1.2.11)
  * thor (0.14.6)
  * tilt (1.3.3)
  * uglifier (1.0.3)
  * url_mount (0.2.1)

Thanks.

We're trying to get Middleman 3.0 out the door by the end of the year, then, bringing the official extensions up-to-date for 3.0 shortly after. During this process we're fleshing out the extensions' test cases so I'll make sure this is well tested by that time.

@radarek FYI, the work around we use in the meantime is to "touch config.rb". That triggers a reload of the server so you can leave it running.

i18n is now built in to 3.0, feel free to transfer the issue if still applicable.