Malta
=====

Malta allows to built on the fly big files editing its parts in separated files and assembling in one following a main template file.  
As You start Malta you can start editing every file involved and the resulting file will be updated on the fly, and if it's javascript,
 you'll find even the minified version in the output folder.

Installation
------------

If You do not have node installed yet, run:

    $ curl http://npmjs.org/install.sh | sh 
    
then install malta running:

    $ [sudo] npm install malta [-g]
