grunt-mxmlc-lite

0.7.0 • Public • Published

grunt-mxmlc-lite

npm Dependencies Build Status JavaScript Standard Style

Runs the Flex SDK mxmlc compiler with a prebuilt configuration file.

Usage

grunt.initConfig({
  mxmlc_lite: {
    options: {
      version: '4.6.0'
    },
    build: 'path/to/flex-config.xml'
  }
})

You can use any version supported by flex-sdk-provider.

Why Another Plugin?

This plugin differs from grunt-mxmlc (nothing wrong with that one, by the way) in that it only supports passing a prebuilt configuration file rather than dynamically creating a configuration object from the Gruntfile. Additionally, it relies on flex-sdk-provider rather than flex-sdk to work around SemVer issues.

Author

Tim De Pauw

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i grunt-mxmlc-lite

Weekly Downloads

1

Version

0.7.0

License

MIT

Last publish

Collaborators

  • timdp