0.7.0 • Published 8 years ago

grunt-mxmlc-lite v0.7.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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

0.7.0

8 years ago

0.6.0

8 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago