Skip to content
  • Rene Saarsoo's avatar
    507d2cfe
    Big refactoring of Rakefile. · 507d2cfe
    Rene Saarsoo authored
    Created JsDuckRunner class inside the Rakefile to manage all the
    options we are passign to JSDuck.
    
    Instead of a myriad of different tasks, rake -D now only lists 4:
    
    - sdk
    - touch
    - gem
    - spec
    
    sdk and touch tasks accept arguments to allow creation of live and
    export versions. For example:
    
        $ rake sdk[live]
    507d2cfe
    Big refactoring of Rakefile.
    Rene Saarsoo authored
    Created JsDuckRunner class inside the Rakefile to manage all the
    options we are passign to JSDuck.
    
    Instead of a myriad of different tasks, rake -D now only lists 4:
    
    - sdk
    - touch
    - gem
    - spec
    
    sdk and touch tasks accept arguments to allow creation of live and
    export versions. For example:
    
        $ rake sdk[live]
Loading