Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 559 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 559 Bytes

Changelog

1.3.0

  • Exclude namespace compiler semantic configuration option added.

    modera_backend_on_steroids:
        compiler:
            excluded_namespaces:
                - "@MyAwesomeBundle"
    

    @MyAwersomeBundle javascript assets will not be compiled to bundles.js.

1.2.5

  • bugfix [MPFE-965] Bash scripts generated by modera:backend-on-steroids:generate-scripts now can be executed on MacOS

1.2.4

  • bugfix [MPFE-940] It should be possible now to to run generated shell scripts in NON-TTY mode as well