sproutcore / abbot

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

sc_require statements remains in the build #91

Open nicolasbadia opened 12 years ago

nicolasbadia commented 12 years ago

While I was looking at the javascript-packed.js file compiled by sc-build, I find out that the sc_require statements was still in the file.

I've manually removed them (with a regex filter: sc_require([^;]*\; ) to be sure they were useless and my app still working. Since my app has many files, it saved me 20 012 characters...