Questions tagged [asset-management]

94 questions
2
votes
1 answer

Webpack 4 - generate responsive images

I want to generate images in different sizes from one base image. F.e. I have an 1920x1080 image and after processing I want images with sizes (768, 1024, 1600, 1920). I know there is an loader which can accomplish that:…
2
votes
1 answer

What is a comparable asset manager for Code Igniter to Carabiner?

Carabiner seems like a solid asset manager for CodeIgniter but it isn't maintained. Is there a comparable asset management plugin that's well maintained for Code Igniter? As a side question, is there a template management plugin you recommend and…
say
  • 2,585
  • 7
  • 35
  • 48
2
votes
1 answer

LibGDX - Couldn't load dependencies of FreetypeFont asset

Hi I'm currently stuck on trying to load a .ttf font, I'm getting a GdxRuntimeException with the message: Couldn't load dependencies of asset: coastershadowfont FileHandleResolver resolver = new…
Joao
  • 33
  • 5
2
votes
2 answers

Maximo crossover domain

In Workorder tracking , there is a field "LEAD" which will display ID of lead. In our requirement we have to display Leadname along with Lead ID. SO I created a new field for Leadname in Workorder and used crossover domain with a new relation…
stackuser11
  • 31
  • 1
  • 8
2
votes
1 answer

How to use asset manager in zf2?

I have an application built in zf2, all the js, css, images are in the public directory. The js and css files which are needed in all the phtml files are declared in layout.phtml of Application module. echo $this->headLink ( ) …
iit2011081
  • 742
  • 8
  • 26
2
votes
1 answer

Change Asset Path in Android Studio

I'd like to change the path for where my assets live. This is because these assets will change often and are shared with other apps (i.e. iOS app) in another build folder. How can I do this?
b.lyte
  • 6,518
  • 4
  • 40
  • 51
2
votes
1 answer

composer install jquery plugins as component using component-installer

I am trying to install a jquery plugin using component-installer , for which I have following composer.json file { "config": { "vendor-dir": "assets/vendors", "component-dir": "assets/components" }, "require" : { …
sakhunzai
  • 13,900
  • 23
  • 98
  • 159
2
votes
1 answer

LIbgdx - Why is AssetManager not working?

I have tried to use Asset Manager to load some assets. Everything works fine, except for one part. Here is my code My AssetHandler Class (contains assetManager) public class AssetHandler { public static AssetManager manager; public static…
Fish
  • 1,689
  • 1
  • 18
  • 28
2
votes
1 answer

Assetmanager in Mean.io not working in production mode

I'm trying to utilize Mean.io for an app I'm making, and I haven't changed basically anything from the original config files and when I launch this app to heroku in production mode, it isn't aggregating the dist files correctly and gives me "Failed…
Russell Ingram
  • 114
  • 1
  • 1
  • 11
2
votes
2 answers

AssetManager not loading file?

I am on my way through the "Beginning Android Games" book by Mario Zechner I'm glad I picked it up but I am now running into an issue with one of the "Tests" he requires users to code early on in the book. Not that I am against coding them I would…
CodeMonkeyAlx
  • 813
  • 4
  • 16
  • 32
2
votes
3 answers

Run-time loading of external assets and re-using preloaded assets in actionscript 3?

I'm creating a 2d flash game (coded in flex/actionscript 3) where assets are downloaded when they are needed. Currently I have it setup like this: AssetLoader.as package { import flash.display.Loader; import flash.net.URLRequest; public…
Tom
  • 8,536
  • 31
  • 133
  • 232
2
votes
5 answers

What are the best practices for large scale flash production?

I am talking about several thousands of flash animations etc. Naturally there is lot of file management. How do people manage these kind of assets like DAM, CMS? Best practices for swfs, images, fonts to keep the size to minimum. Compression…
Srikar Doddi
  • 15,499
  • 15
  • 65
  • 106
1
vote
5 answers

Forcing rails to create asset cache files

I am hosting my assets on s3. In production, rails is looking for /javascripts/cache/all.js and /stylesheets/cache/all.css. I'm using a plugin to swoop the public directory over to s3 when I deploy with cap. The problem is that rails doesn't…
chuckc
1
vote
0 answers

SnipeIt using Docker Compose

the URL section in the image attached says - " Uh oh! Snipe-IT thinks your URL is http://127.0.0.1:8082, but your real URL is http://app_url_placeholder/setup Please update your APP_URL settings in your .env file " the .yml file is - this is the…
1
vote
2 answers

Can I setup RavenDB on Windows to version/manage large binary files?

I'm trying to version control my system deployment bits: OS images, drivers, 3rd party installers, 1st party installers (our applications). I need to have everything in a coherent bundle (tags). And be able to get the entire bundle for any of our…