Contents |
The jQuery SDK Project Tools requires Java and php.
Visit the download page to get the latest version of jQuery SDK.
Unpack the downloaded zip archive
Open the jquerysdk folder to see the basic files of jQuery SDK.
Folder and file description:
Start a terminal/cmd window and open your jquerysdk folder.
Start the SDK tools.
The jQuery SDK command line tools have an easy to use user interface. You have only select a menu key char and press enter.
Open the 'Project' menu.
Select 'c' to create your new project.
Type your project name (only these characters are allowed A-Z, 0-9 and -).
See the success information and press any key.
Have a look in the new 'Project' folder for your project directory.
Extended overview:
Some folders like 'jQuery' or 'quint' are only symbolic links to the original folders in the 'Repository'. In the special 'pkg' folders, in 'script' or 'style' directory, you can add files with packege definitions read more.
Default script packege file.
Default style packege file.
Select 'b' to open the build menu.
Select your project by number. (This process may take some time)
See the success information and press enter.
Your built project is in the 'Projects' folder also, named with the suffix '.build'. Built projects doesn't have 'qdoc' and 'qunit' files.
Defined Javascript packeges are built and minified.
Defined style (CSS) packeges are built and minified.
Select 'q' to quit the jQuery SDK tools.