Questions tagged [assets]

1. Non-code files packed with an application (example, data or media files). 2. From a security point of view - any data or resource that should be (or can be) protected.

3549 questions
1
vote
1 answer

How to work with css and js files in moodle plugin

I need to develop a plugin for Moodle, and i need to have some js and css files in plugin. But i have the next problem - how to work with them from installed plugin? Of course, i can hardcode their path via to moodle structure, but it's a very dirty…
vlreshet
  • 305
  • 3
  • 15
1
vote
2 answers

The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels

I've looked at other questions with the same issue and did what was suggested in them but keep getting the same error. I've dragged 120x120 file into my project, cleaned, built, archived, same error. I've dragged 120x120 file into the asset…
PruitIgoe
  • 6,166
  • 16
  • 70
  • 137
1
vote
0 answers

Rails 5: could not convert "application/vnd.ms-fontobject" to nil Error

I have problem when applying vendors assets on rails 5.0.0.1 on ruby 2.3.1. I am getting this errors: ActionView::Template::Error (could not convert "application/vnd.ms-fontobject" to nil): 4: Inventory 5: <%= csrf_meta_tags…
1
vote
1 answer

Android: read from assets folder and format the text

I want to read text from assets folder and then format(text size and color) the text and display in text view. I know how to read from assets folder but I don't know how to format the text. This is solution I figured out. But don't know if is the…
1
vote
1 answer

Stream Audio is not working with Avplayer

I uploaded a song to CloudKit. It is in CkAsset format. Because i can't fetch the web url with standard CloudKit connection in iOS. I'm fetching it with javascript (CloudKit allows to fetch web url with direct connection via web). The problem is i…
Emre Önder
  • 2,408
  • 2
  • 23
  • 73
1
vote
1 answer

Assets doesn't compile (I include linker folder but doesn't work)

I created my project without linker flag because I didnt know that was important thing when you run production mode. Now, I created a linker and moved folders js, styles and templates. First, my importer.less: @import…
Francisco Possetto
  • 443
  • 1
  • 3
  • 10
1
vote
2 answers

Where would I find and how would I fix my .classpath file

I was trying to get my eclipse java project to compile with assets. I read that I needed to fiddle with the buildpath. I tried that, but I broke my program. It no longer compiles. I read another page that said I need to fix me .classpath file;…
Darokrithia
  • 140
  • 2
  • 16
1
vote
1 answer

How do scripts and modules get cached?

I understand for assets like images, there is a src associated with them, which means that a browser will check the expiration date of that asset before making a new request for that asset at the src to download that asset again and then render it…
stackjlei
  • 9,485
  • 18
  • 65
  • 113
1
vote
1 answer

Disposing Asset Manager in LibGDX

Here is my OOP setup: Class MainGame extends Game: ... public void create () { assets = new Assets(); // my custom Assets object (constructor creates manager and AssetDescriptors assets.load(); // loads Asset Descriptors into manager …
Greg Peckory
  • 7,700
  • 21
  • 67
  • 114
1
vote
1 answer

How to copy an Azure blob to an asset using the PHP sdk?

I am using this SDK: https://github.com/Azure/azure-sdk-for-php I found some comments about "copyBlob" in the issues page. But I can't find anything in the actual code. I'd like to copy media files from a storage account to my media services…
D'Arcy Rail-Ip
  • 11,505
  • 11
  • 42
  • 67
1
vote
1 answer

Changing assets between releases

Does anyone know if the old assets get removed from the assets folder when an app is re-released / updated on the Play Store? I want to include an new and updated database with my re-releases, but really don't want the out of date ones taking up…
LomaxOnTheRun
  • 592
  • 1
  • 8
  • 21
1
vote
1 answer

Rails NoMethodError on Assets Precompile when using asset-url in .scss

I've been pulling my hair out on this one, I'm using x2 background-image in my .scss files and calling those images from /assets/images but when I try to precompile in my server (production) it returns a rake…
Dotol
  • 376
  • 1
  • 4
  • 19
1
vote
1 answer

Grails 3 - Angular template asset pipeline not bundling converted js files into application.js

I'm using Grails 3.1.10, angular-template-asset-pipeline 2.2.6, and asset-pipeline-gradle 2.8.2 It's tough for me to share config files as I work behind a firewall but the general issue is mostly similar to this…
Kirby
  • 1,980
  • 3
  • 21
  • 33
1
vote
1 answer

AVAssetTrack does not see AVMediaTypeAudio

I am new in swift and programming, I tried to concatenate some recorder files, which I made with success like that: func concatenateFiles(audioFiles: [URL], completion: @escaping (_ concatenatedFile: NSURL?) -> ()) { // Result file var…
1
vote
1 answer

How to find all duplicate assets in AEM dam?

I need to find all the duplicated assets in DAM. I followed https://docs.adobe.com/docs/en/aem/6-2/author/assets/managing-assets-touch-ui/duplicate-detection.html This document is not helping me in searching for all duplicate values. Also, it…
1 2 3
99
100