Sha256: f6e61a79b13111482b75764b95175c111f08601153ef4ebacf2cca84cdd041f9
Contents?: true
Size: 570 Bytes
Versions: 6
Compression:
Stored size: 570 Bytes
Contents
#! rake # # Rakefile for MXMLC development # execute rake -T anywhere forward of this directory to see available tasks # Tasks are executed from the command prompt like: # rake deploy # rake clean # The test task accepts additional optional arguments as follows: # # rake test / Create TestSuites and run AllTests # rake test SomeClass / Run only the specified TestCase # rake test SomeClass.testSomeMethod / Run only the specified TestCase and test method #require_gem 'asproject' #load 'asproject' #load_rake_tasks
Version data entries
6 entries across 6 versions & 1 rubygems