Skip to content

crunchmail/zimlet-iframe

Repository files navigation

It is the code which is loaded on an iframe into a tabs in Webmail zimbra

Requirements

  • Install Node
    • on OSX install home brew and type brew install node
    • on Windows install chocolatey and type choco install nodejs
  • On OSX you can alleviate the need to run as sudo by following these instructions. I highly recommend this step on OSX
  • Open terminal
  • Type npm install -g gulp

Installing npm dependencies

Open terminal and type :

npm install

Installing bower dependencies

Open terminal and type :

bower install

Running

gulp

All gulp tasks are specify on gulp-tasks folder. Paths declared in gulp tasks are in gulp.config.json file.

Documentation

After building, go to http://localhost:4002 to reach all documentation