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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.7.00latest

Version History

VersionDownloads (Last 7 Days)Published
0.7.00
0.6.00
0.5.40
0.5.30
0.5.20
0.5.10
0.5.00
0.4.00
0.3.00
0.2.00
0.1.10
0.1.00

Package Sidebar

Install

npm i grunt-mxmlc-lite

Weekly Downloads

0

Version

0.7.0

License

MIT

Last publish

Collaborators

  • timdp