Skip to content

elger/ExtJsPackages

 
 

Repository files navigation

ExtJsPackages Build Status

ExtJS Packages by Mayflower

Requirements

Setup & Build

  1. Go to the ExtJsPackages directory.
    $ cd <path_to_workspace>/ExtJsPackages
  1. Install required node packages with npm:
    $ npm install
  1. Download and extract the ExtJS framework files into the ext directory:
    $ unzip <path_to>/ext-5.1.1-gpl.zip
    $ mv ext-5.1.1 ext
  1. build the package with Sencha Cmd:
    $ (cd packages/mf-grid-filter-form; sencha package build)

Contributing

Getting started

    $ cd <path_to_workspace>
    $ git clone https://github.com/<your github account>/ExtJsPackages.git
    $ cd ExtJsPackages
  • Checkout out a new branch to make your changes on:
    $ git checkout -b <your_new_patch>

Before you submit your contribution

  • Run tests:
    $ npm test
  • Check code style:
    $ ./node_modules/jscs/bin/jscs packages
  • Make sure that sencha packaging runs fine:
    $ cd packages/<name>
    $ sencha package build

About

ExtJS Packages by Mayflower

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 2.0%
  • Other 1.1%