sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

need a command-line switch to turn off minimization step #4

Closed alexissmirnov closed 14 years ago

alexissmirnov commented 14 years ago

When debugging inter-file dependencies (forgotten sc_require etc.) it is very useful to have a packed file without having it minified.

These sorts of bugs can be masked in debug builds when files aren't packed, but are very hard to track when the build is minified.

wagenet commented 14 years ago

In the Buildfile you can set :minify => false to disable this.

alexissmirnov commented 14 years ago

Thanks, that works. Is there a doc that documents all the Buildfile options?

wagenet commented 14 years ago

Unfortunately, no. However, if you look at Abbot's lib/Buildfile you can find most of them there.