Skip to content

Waffel 0.1.5

Choose a tag to compare

@moonwave99 moonwave99 released this 30 May 15:12
· 34 commits to master since this release

It is possible now to pass configuration params via constructor:

wfl = new Waffel
  config:
    env: 'dev'

Notice: they will be overridden by whatever found in site.yml of course.