0.3.5 • Published 7 years ago

grunt-flash-compiler v0.3.5

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

grunt-flash-compiler

Grunt multitask to compile Flash swf and swc files

Options

  • taskCompilerOptions: array - Extra options to be added to all compilations
  • targetCompilerOptions: array - Extra options to be added to a specific compilation
  • debug: Boolean - enable debugging options for compiled object
  • swc: Boolean - when true, generate a swc library file for linking

Example

flash: {
    options: {
        targetCompilerOptions : [
            '-compiler.library-path+='+ 'libs',
            '-define+=PROJECT::version,\'' + projects.version + '\''
        ]
    },
    debug : {
        options : {
            debug : true,
        },
        files : {
            'test/output.swf' : 'src/file.as'
        }
    },
    release : {
        files : {
            'bin/output.swf' : 'src/file.as'
        }
    }
}
0.3.5

7 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago