grunt-mxmlc-lite




Runs the Flex SDK
mxmlc compiler with a prebuilt configuration file.
Usage
``
js
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