The asset tag has no wiki summary.
3
votes
1answer
115 views
Symfony Asset bundling
In Symfony 2 Im using asset bundling like so.
{% stylesheets
'bootstrap/css/bootstrap.css'
'bootstrap/flat/css/flat-ui.css'
filter='cssrewrite'
...
2
votes
1answer
171 views
Fingerprinting Assets in a Maven/JSP/RequireJS Webapp?
I have a simple Maven webapp that uses a single JSP and RequireJS to serve up a single-page Javascript-heavy app. I've been looking around for something that I can use to fingerprint assets during the ...
1
vote
1answer
48 views
Best practice for making single-use pages
From time to time, we held special events on our site (e.g. discounts or lottery draw). These events each will have a special page (or pages) with very distinct styles/javascripts/images.
These ...
1
vote
1answer
115 views
Jasmine won't load javascript files from asset pipeline
I'm developing a gem and I've installed Jasmine https://github.com/pivotal/jasmine-gem/
All of my required JS files are in my manifest file at app/assets/javascripts/application.js
//= require ...
1
vote
1answer
111 views
Capture images and store them only inside apk in android?
i want to use the device camera and capture image , than convert it to lower quality image and store that image inside "assets" instead inside the cellphone .
i am not expecting to the full code , ...
1
vote
1answer
149 views
Trouble creating a symlink in Rails public folder
In my Rails app I want to create a symlink in public/ that links to another folder. I can create the symlink and navigate through it but I can't seem to get Rails to serve images out of it. Is there a ...
1
vote
1answer
143 views
Rails 3.1 Generating Stylesheets attached to ActiveRecord Model objects
What we used to do in Rails 3.0 was have paperclip attach a file to our 'Site' model that represented css stylesheets. We have tons of sites in our application each with a stylesheet that gets ...
0
votes
1answer
93 views
Load local assets from remote HTML - android app
I'm trying to load local source such image via remote HTML on server.
I get this error when run the app :
Not allowed to load local resource: file:///android_asset/www/img/logo.png:0
how to solve ...
0
votes
1answer
37 views
RoutingErrors with static assets
I'm having some issues with routing errors on my static assets. I keep getting the following error in my logs:
2013-03-20T00:11:12+00:00 app[web.1]: Started GET "/assets/sprite-8bit.png" for ...
0
votes
1answer
85 views
Symfony2 assets are not shown
I'm working on Symfony2.
pq anyone knows my website takes no assets correctly?
I'm working on app.php with $ kernel = new AppKernel ('prod', false);
When I upload the site to the web server but I see ...
0
votes
1answer
66 views
Open Source Asset Management or File Server
I'm looking for a simple tool that would allow users to update and tag assets.
THen search/browse for assets and view the assets in the search results.
I have lots of files, i.e. logos, buttons, ...
0
votes
1answer
1k views
Copying from asset to sdcard open failed: ENOENT (No such file or directory)
I am try to copy from asset to sdcard
Here is part of my code
private void CopyAssets(String folder) {
File folders = new ...
0
votes
1answer
63 views
Checking if Employee ID is present for approval of registration
I'm trying to figure out a stored procedure on checking the input of employee id if it is present in the database already. If it is present then there will be an insert of his/her personal ...
0
votes
1answer
429 views
Android Webview index.html from server loading xxx.jpg from local
I've to loas a page index.php from a server. I wan't to load local files fron assets folder in my project, but i doesn't work.
@Override
public void onCreate(Bundle savedInstanceState) {
...
0
votes
1answer
113 views
How do applications that run on iOS3 and earlier select multiple images at a time like Image Picker?
I search through the web and only find that iOS 3 and earlier versions can only use the image picker control to select the photos. Is it the only way that we can give for user to select the photo?
I ...
0
votes
1answer
140 views
which is the better way to keep and load images at run time in android?
I have up to 200 large scale fixed images and i need to handle it at run time.
[Consider performance and apk size]
1.where i can keep this images(Asset folder or drawables)?
2.currently ...
-2
votes
1answer
299 views
Update Prepopulated database placed in Asset Folder
My application have prepopulated database stored/ reside in asset folder under the resource folder.
I can read it .but how can i get a writeable database handle becoz i want to update that ...
3
votes
0answers
78 views
Copying android .apk to another .apk file through java code and over-ride its assets files?
is it possible to create .apk file by copying an already existing .apk file and modifying its assets folder? I have some information in a file in assets folder containing server ip and port to which ...
2
votes
0answers
16 views
Non Retina Ipad having blur issue when trying to get Thumbnail from Asset
I am having an application in which i need thumbnail of the image of asset i have selected from the gallery.
So wrote the following code for getting the thumbnail, it works fine in IPAD retina but ...
2
votes
0answers
318 views
iOS Progressive asset (or asset bundle) loading after app launch
I'm looking to add more gradual/progressive asset loading to my iOS app, a bit like ZeptoLab do for Cut the Rope. I want to reduce the time the user spends on the static Default.png while the app ...
1
vote
0answers
46 views
AndroidAssets image loading for different resolution and memory
I have used different resolution images in my game to support different screen sizes and different memory bitmap memory capabilities. However, it makes the application quickly become quite large as ...
1
vote
0answers
74 views
Converting a NSMediaItem again and again
today I read the first answer on stackoverflow in this thread
MPMediaItems raw song data
which was really great. I used it to convert a MPMediaItem to an NSData like the author of the thread wanted ...
1
vote
0answers
426 views
Unity - don't load the same assetbundle twice
I am having problems with downloading assetbundles.
I get the error:
The asset bundle 'url/levelpackIphone-Copy.unity3d' can't be loaded because
another asset bundle with the same files are ...
1
vote
0answers
149 views
Android Assets: how many loading threads should i use?
I'm loading Bitmaps in the background from my assets/.
I found a couple of solutions on the net, but they start a new background-task for every image.
Since i find it more comprehensible i changed it ...
1
vote
0answers
105 views
Embed asset in a Flex library project, then override in main application
I've developed some code that I want to use in all future (web based) Flex projects. (I'm stuck at Flex 3.5 for infrastructure reasons.)
As part of its operation it reads an XML file to find project ...
1
vote
0answers
81 views
Digital asset management
Is there any opensource Digital asset management (DAM) software supported for flash (.fla), photoshop (.psd), coreldraw (.cdr).
Regards
S.Ilayaraja
1
vote
0answers
100 views
Android: missing data from AssetStream? (read MIDI data is inaccurate)
I'm wanting to read MIDI data from an asset stream. The file is a MIDI0 file of length 150 bytes according to Windows. Using this code, I read 150 bytes measured by count, but the output string is ...
1
vote
0answers
247 views
How do I remove old assets during an update?
To make a long story short, we have released an app that has hundreds of images stored in the application bundle. The file structure for the images is something like:
...
1
vote
0answers
186 views
JMonkey 3 Asset Cache
I'm in the process of learning JMonkey for the purpose of building a framework on top of it.
How do I manage the asset cache?
Is there any way to clear it?
Is there any way to delete a specific ...
1
vote
0answers
368 views
Enable compression, Minify JavaScript rails 3.1 in development mode
Hi Guys I am checking the page speed from my web page in development mode with plugin for mozilla firefox page speed for firebug.
I want to know if is possible Enable compression and Minify ...
0
votes
0answers
24 views
rails asset pipeline production precompile
I have a directory projName/vendor/assets/bootstrap/css/
I am in production mode.
production.rb contains: config.assets.precompile << /(^[^_\/]|\/[^_])[^\/]*$/
when I run rake assets:precompile
...
0
votes
0answers
39 views
Symfony2: asset_url doesn't work on DEV environment
{% stylesheets
'../web/less/main.less'
filter='less'
%}
<link rel="stylesheet" href="{{ asset_url }}">
{% endstylesheets %}
This code works perfectly on PROD environment. Here is an ...
0
votes
0answers
32 views
Asset manager for NodeJs that reads supplied min files
I'm checking a lot of the asset management packages for Nodejs. However, I can't seem to find a manager, that reads the "min" version of a file. Example: If I define, lets say, '/js/jquery.js' in the ...
0
votes
0answers
54 views
binding rating control to an item from asset library dynamically in sharepoint 2013
I have a query related to SharePoint 2013.
I have a page in site collection that dynamically displays an item from asset library. Now I want to add a rating control to the page that gives rating to ...
0
votes
0answers
94 views
Webpage stuck in loading in Chrome
My webpage gets stuck in loading in Chrome (the little spinning icon on the page tab, and the mouse cursor also stuck in loading version), but the odd thing is everything in the website displays fine. ...
0
votes
0answers
30 views
undefined method `link_to_add_association' in production with apache/phusion
I am facing a strange problem. I have an app deployed on rails 3.2.1 with apache/phusion. I have precompiled the assets with "rake assets:precompile". However, I get "undefined method ...
0
votes
0answers
97 views
Android - AssetFileDescriptor referring to wrong file
I am making a simple app with 3 radio buttons in a radio group. When the user selects one of the three, mediaplayer should play the corresponding song, yet all three buttons play the same song, even ...
0
votes
0answers
61 views
Asset Inventory don't read/write a .txt file
//This is the Save Button, How can I make the data I put to be a .txt file and where directory it will go?//
private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) { ...
0
votes
0answers
98 views
Liferay : Templating : How to get doc&media elements of an Asset Publisher
I have an Asset Publisher where a put manually diferent items from my document & media.
Then, I need to display these images in a specific way, therefore, I need to create and assign a template ...
0
votes
0answers
103 views
Load all assets in single Texture in AndEngine
I am new in AndEngine. Instead of creating textures for each of the assets, how can I load all the assets into a single Texture and extract the individual assets as TextureRegions?
0
votes
0answers
61 views
Web asset server concept - 3rd party software available?
We are serving dynamic (PHP) websites and their assets (JS/CSS/images/videos/binary downloads) via the same apache hosts. The static files are only being used as origins for CDN services used to ...
0
votes
0answers
36 views
Directory that is a mix of asset an internal storage?
i'm working on an android project where we are deploying a huge configuration file along with the application. This file should be updated from time to time using the push-service.
The main problem ...
0
votes
0answers
210 views
newsstand: abandoned asset downloads still downloading
I'm making a newsstand app, I have many download assets per issue to download. "issues" is a NSArray* requested from the server.
I start downloading with iterating through all the assets like this in ...
0
votes
0answers
69 views
Rails engine: assets only being loaded from engine, not from dummy app
I have a rails mountable engine, that I am building. I have some stylesheets in my engine, which are being loaded just fine, but no stylesheets from the dummy applications is being loaded. What could ...
0
votes
0answers
74 views
Depreciation Calculations
I am using Java to designing an application that would calculate the total value of depreciation applicable for a Year. For that I have created the following tables (along with the sample data) in the ...
0
votes
0answers
60 views
An Error with seting Assetlibrary.framwork
Here's my big problem. My mapView is running with an error when I'm adding "Assetlibrary.Framwork". If I remove the library, my mapView is go fine. Why? Here's my mapview code: (p.s I'm using ...
0
votes
0answers
34 views
“CDN kind” library for asset
this is my first post here, sorry by my poor english. I'm php developer and I'm stuck in a conceptual war.
I'm creating a library that give "themes" support to my current application. While coding it ...
0
votes
0answers
620 views
loading files from assets directory
Helo.
I'm writing a java application for android 2.2.
I'm trying to load file by getting it's InputStream.
as far as i understood i should place the file in assets directory.
I'm loading the file ...
0
votes
0answers
385 views
Opening text file in assets folder throws a FileNotFound exception
I'm currently developing an app where I need to open a text file. I put that file in the assets folder and try to open it with the following code:
try {
AssetManager manage = ...
0
votes
0answers
1k views
Symfony2 Asset Resource Path
In my apache2 setting for /etc/apache2/sites-available/default,
I make my website configuration like this:
Alias /new/ "/var/www/symfony/web/"
Alias /new"/var/www/symfony/web/"
<Directory ...

