This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Home
wpbasti edited this page Aug 30, 2012
·
58 revisions
Jasy is a construction tool for web projects. Think of Jasy as a replacement for the classic make utility heavily inspired by modern tools like SCons (Used by V8, MongoDB, ...), Waf (Used by Samba, NodeJS, ...) and Maven. Jasy is based on the learnings through creating the "generator" for the qooxdoo JavaScript framework.
We have different tutorials for installing Jasy specific to the operating system you are using:
Python Experts: If you already have a Python3 installation and want to install Jasy in parallel you could follow our Installation using VirtualEnv guide.
- New Application: How to use skeletons for creating new applications
- Project Structure: Files and folders in your project
- Project Config: Configure your project settings
- Develop Skeletons: How to create new skeletons
- Build Script: Configure tasks for your application
- Names: How files are named on file system and inside the application
- Fields: Pass data from the build script to the application and permutate code for different output scenarios
- Web Server: Usage of the integrated web server
- Image Sprites: Setup image sprites for your application
- Image Animations: Tooling for image based animations