Author Topic: Question about Javascript in 0.2 stable  (Read 3326 times)

Offline aweirig

  • Jr. Member
  • **
  • Posts: 14
Question about Javascript in 0.2 stable
« on: January 19, 2009, 10:58:07 AM »
Hello,

we've been using 0.2 beta for a couple of months and I had to apply a few changes to the code in order to have it match some specific needs (e.g. allow multiple email addresses for a given contact thus supporting mailing groups).

Now I noticed that the app.js file is a "stripped down" version of app.js.src.

Since I had to change app.js I am wondering how I should now change app.js.

What tool was needed to produce app.js out of app.js.src?

Thanks in advance for your help

Alex

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Question about Javascript in 0.2 stable
« Reply #1 on: January 19, 2009, 01:45:48 PM »
The files were compressed using ShrinkSafe | The Dojo Toolkit
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline aweirig

  • Jr. Member
  • **
  • Posts: 14
Question about Javascript in 0.2 stable
« Reply #2 on: January 21, 2009, 10:28:00 AM »
Hello,

thanks a lot for the reply. It's really nice not to have to change the shrunken code.

Kind regards,

Alex