script or tools to optimize static resources
- compress and combine css and js.
- a python script or something that can be run from any operating system would be great (windows, mac, linux)
- ensure it is easily runnable any time static assets change or before uploading to gae
example: flask assets: http://elsdoerfer.name/docs/flask-assets/ web assets: http://webassets.readthedocs.org/en/latest/index.html
https://github.com/metachris/appengine-boilerplate also has some good scripts for static resource optimization which derive off of tools from https://github.com/paulirish/html5-boilerplate
yes, I am agree, this is the fork of h5bp project where there are script to help us with that https://github.com/h5bp/ant-build-script/wiki
Nudge. Any thoughts on storing uploadable content? I've integrated filepicker.io in one of my projects using GAEB and it could be extended slightly to store files in Google Drive or a blob.
i think fliepicker.io would be awesome. I think google drive is slightly less expensive (and both have free quotas right?) so unless we plan on querying the data via the datastore we should use that rather than blob.
On Mon, Nov 12, 2012 at 1:28 PM, Kord Campbell [email protected]:
Nudge. Any thoughts on storing uploadable content? I've integrated filepicker.io in one of my projects using GAEB and it could be extended slightly to store files in Google Drive or a blob.
— Reply to this email directly or view it on GitHubhttps://github.com/coto/gae-boilerplate/issues/90#issuecomment-10298453.
lets use require.js to optimize our js resources: http://requirejs.org/docs/start.html. and we have less to optimize css already.
@kordless a good use for filepicker would be to add user profile pictures as part of the boilerplate. or we could use gravatar.