sproutcore / abbot

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

RC2 breaks theme resources (images) #41

Closed psteininger closed 13 years ago

psteininger commented 13 years ago

As of RC2 (after upgrading from pre.5) the icons and any other images in base theme or any other reusable theme are not being copied over when compiled for production use. IT all works fine in debug mode though.

wagenet commented 13 years ago

The GM release of 1.5 is out. Please try that out first.

psteininger commented 13 years ago

Peter,

This is still no-go. clone this: https://github.com/psteininger/bindings_test

bundle install --binstubs

first run bin/sc-server - click test the stop icon is there

them sc-build it, deploy just bindings_test and do the same. It is expecting the shared.png in /static/sproutcore

I shouldn't have to deploy all of sproutcore, if all of JS and CSS gets bundled up into javascript-packed.js and stylesheet-packed.css

wagenet commented 13 years ago

This isn't a bug (though this may be something we could change.). It is generally expected that you deploy both the sproutcore folder as well as your app's folder. Are you concerned with the total size on the server? or with the download size?

psteininger commented 13 years ago

More with the total size on the server. There is no point in making deployments so big. It more than doubles the size.

On Wed, Apr 27, 2011 at 1:36 PM, wagenet < reply@reply.github.com>wrote:

This isn't a bug (though this may be something we could change.). It is generally expected that you deploy both the sproutcore folder as well as your app's folder. Are you concerned with the total size on the server? or with the download size?

Reply to this email directly or view it on GitHub: https://github.com/sproutcore/abbot/issues/41#comment_1065620

wagenet commented 13 years ago

Understood, you can probably get away with deleting all javascript.js files (non-packed).