asset-management Questions
5
Solved
Is there any good way to handle large assets (i.e. 1000's of images, flash movies etc.) with a DVCS tool such as hg and git. As I see it, to clone repositories that are filled with 4 GB assets seem...
Interact asked 16/8, 2009 at 16:20
6
Solved
I have a road_events table:
create table road_events (
event_id number(4,0),
road_id number(4,0),
year number(4,0),
from_meas number(10,2),
to_meas number(10,2),
total_road_length number(10,...
Caelian asked 29/8, 2018 at 15:46
2
I'm a little confused on the various ways webpack allows to expose a variable that isn't available on npm or to be put in the bundle. I was able to expose the google visualizations chart script's g...
Baum asked 8/6, 2017 at 15:30
8
First of all, according to this answer, the :cache => true option on stylesheet_link_tag and javascript_include_tag doesn't work on Heroku. Is this true? I've found :cache => true to work occ...
Loraleeloralie asked 11/12, 2009 at 18:4
1
Solved
i'd like to use the asset manager in combination with the FreeTypeFontGenerator.
I dont want to load fnt files cause they display differently on different screenresolutions. So what i do currently...
Unclassified asked 12/6, 2014 at 23:37
5
Solved
I am looking for a mature PHP-based, preferably Open Source, Document management solution.
Requirements:
Manage documents, preferably in a folder structure
Clean architecture
Half-way nice...
Unbar asked 13/2, 2011 at 21:24
5
Do you know a package manager for web assets?
I'd like something that can download libraries such as jQuery so I can plug them into my asset pipeline. The js.* python packages for fanstatic are cl...
Mechanize asked 8/9, 2011 at 10:39
5
We happily use SVN for SCM at work. Currently I've got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them 'streamily' to keep memory usage sa...
Ratio asked 8/11, 2008 at 20:20
2
Can you define assetic resource in configuration file (yml/xml)?
Lets take jquery as example. I would like to have configuration like this:
# app/config/config.yml
assetic:
resources:
jquery:
...
Entertainment asked 3/8, 2011 at 7:0
3
Solved
I am interested in the pros and cons of the different tools for managing assets in Rails 3.0.x (especially on Heroku).
There are already some older questions regarding this topic, but in the meanw...
Naos asked 27/5, 2011 at 15:1
3
Solved
We happily use SVN for SCM at work. Currently I've got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them 'streamily' to keep memory usage sa...
Mcmann asked 8/11, 2008 at 20:25
4
Solved
Which is a better format to store graphic assets for a Flex application, SWF or SWC?
Are there any real differences, and if so what are they?
Penta asked 2/10, 2008 at 19:37
1
© 2022 - 2024 — McMap. All rights reserved.