1.Non-code (usually a media) files packed with an application. 2.From security point of view - any data or resource that should ( or can) be protected .
0
votes
0answers
8 views
Custom Rails asset digest string for specific files
I have a JS library that has hardcoded names of some dependencies it loads at runtime. This means that it tries to load setup.js which is now called setup-abcedg85787565.js on my CDN.
However, I can ...
0
votes
0answers
16 views
How to tell Flash CS6 to embed Preloader classes on frame 1 and the rest on frame 2?
I have a project with a preloader on Frame 1, and all my assets on Frame 2 (and mostly controlled by a Main class that instantiates all the Bitmaps / Animations at that frame via code).
But even if I ...
0
votes
1answer
19 views
android-studio FileNotFoundException
can't to load file from assets in android-studio.
MyProject
|
|-->gradle
|-->My
| |
| |-->assets
| | |
| | |-->content.html
| |-->build
| ...
4
votes
0answers
12 views
How to Create Shared Library with Assets in blackberry10
I have a cascade C/C++ project. Which I build into a shared library. But when I expand the libxxx.so I just found the source codes, assets are not present there. But I did use images in my Assets ...
0
votes
1answer
14 views
Moving Assets among different Azure Media Services
In my Azure account we have 7 different media services. Each of them possesses some videos around a thousand. Does any one know how can I move my assets from 6 of media services to only one of them on ...
0
votes
2answers
20 views
Cakephp - not loading css and js
I'm a rails developer doing some patchwork on a cakephp project.
I pulled from a repository and am trying to get a local version of the project up and running.
Right now, the application is trying ...
0
votes
2answers
36 views
Embeding and reading image assets when deploying to Windows
In other platforms i could just use something like [Embed(source="logo.gif")] or @:bitmap, but it seems there is no option for that for Windows/Other Cpp platforms.
I tried to use the EmbedAssets lib ...
-1
votes
2answers
39 views
Advanced Shapes and Determing Vertices [closed]
I am learning OpenGL and am curious about how people craft some advanced shapes. Take for example a person model. If someone draws a person in OpenGL do they really have to sit down, plot the vertices ...
2
votes
1answer
81 views
Access Asset Catalog programmatically
I know it's a new feature and this may not be possible, but I would love to be able to use an Asset Catalog to organize my assets, but I access all of my images programmatically. How would I access my ...
-1
votes
1answer
39 views
Play framework, call static assets from action
I'm trying to implement "guarded" assets in Play. By "guarded" I mean that a user first has to provide certain details (fill in a form) before being able to view the asset. I thought I could use ...
1
vote
1answer
30 views
Rails assets not available on production
I have this specific issue. On a (LARGE) rails setup I have a backbone project in /app/assets/reader/. All of my javascript assets are precompiling dynamically into reader.js, this works fine. My i10n ...
0
votes
0answers
46 views
Rails HAML assets precompile with initialize_on_precompile false
I'm going a little nuts here.
I have 2 servers (heroku, same configuration) in 2 environments (staging, production).
Staging compiles my /assets/templates on demand and caches it without a problem.
...
0
votes
0answers
9 views
Is there a way to have Eclipse ignore specific subfolders below assets when it does builds of an Android project?
Not much else to add to the question in the title. Thanks much!
0
votes
1answer
77 views
Asset Compressor Laravel bundle doesn't minify JS
The Asset Compressor bundle in Laravel minifies my css files perfectly, but gives me an empty file for my Javascript.
I first thought it had to do with Java not being installed properly on my server, ...
0
votes
2answers
41 views
Rails images and assets not being loaded properly
For example, in my Rails application I have something like:
.wax_seal {
background: url("wax-seal-small.png");
display: block;
height: 100px;
margin: 0 auto;
width: 92px;
}
...
0
votes
1answer
24 views
Rails Asset Pipeline Precompile CSS Not Functioning
Hey I have am running into a problem with a css.scss file not showing up after precompiling in production. The error is a ActionView::Template::Error when a page is rendered
Completed 500 Internal ...
0
votes
1answer
37 views
Pushing Images to Git Repo from Xcode
So this problem already helped me solve another one of our issues, but I still haven't figured this one out. (This is relevant. Hold on.)
I am developing a game with one other person. Neither of us ...
1
vote
1answer
92 views
Rails asset pipelines resolves completely wrong path (and what's the absolute file path doing there?)
When using Rails asset_path helper in development mode to include an image, I'm seeing Rails resolve the asset to a URL that includes the absolute path of the image on filesystem (really, I'm ...
0
votes
1answer
27 views
(Android) Read matlab file from assets
I use the jmatIO library to read a .mat file. In plain java I can set the path to the matFileReader like this
MatFileReader mfr = new MatFileReader("/theta-phi_small_param5.mat");
and I can have ...
0
votes
0answers
13 views
Heroku and storing media assets (images etc.)
I deployed my app to Heroku. It ignores my images.
They need to be store somewhere in a public cloud like:
Amazon S3 or Rackspace - paid
Google Cloud - is there any way I can make Heroku working ...
16
votes
3answers
2k views
rails active admin deployment : couldn't find file 'jquery-ui'
when trying to deploy with capistrano, when capistrano use command
bundle exec rake
RAILS_ENV=production
RAILS_GROUPS=assets
assets:precompile
I have this error
couldn't find file ...
0
votes
1answer
96 views
android google signin and facebook login button look completely different
The default Facebook LoginButton object and the Google SignIn button object have completely different appearances and they do not fit in my existing layout together. To my knowledge, these objects are ...
0
votes
1answer
269 views
Google Android Studio - Load a simple text file
Got a brand new project using Google's new Android Studio IDE.
I'm trying to load a simple text file using an InputStreamReader. I'm getting a file not found exception. Now there isn't any assets/ ...
1
vote
0answers
22 views
Automatic re-compilation with asset management tools
I have been looking into incorporating an asset management/pipelining tool (probably Assetic) into my PHP project.
Since assets can be grouped into collections or wildcard-based paths using such ...
0
votes
1answer
42 views
gzip assets in Sinatra app
I have been reading that zipping your assets using gzip will increase the performance of a site. There seems to be many ways to do this in a Sinatra application, so i was looking to confirm the most ...
2
votes
4answers
131 views
Creating a ready-to-use symfony 2 application zip
I have created a symfomy application bundle that can be used to collect crash reports from Android applications (for those interested in Android and ACRA: https://github.com/marvinlabs/acra-server).
...
0
votes
0answers
21 views
Serving assets from Sinatra app executed in gem
I have a Sinatra app I am trying to package in a gem. So far I've followed the instructions of Florian Hanke
I'm having a problem that I can't seem to pin down... Some of the time static assets load
...
-3
votes
1answer
19 views
How to insert a text file in to zip file programatically in android? [closed]
I have a zip file in assets folder i want to insert a file into it by unzipping it and after that zip it and store it in external sd_card.How to achieve it?
0
votes
0answers
36 views
assets precompile rake aborted permission denied
I have CI and sometime the build fails because of below error, can anyone please have clue on this.
...
1
vote
1answer
36 views
Correctly locating asset file with asset library
I'm using the asset library that comes with pyrocms for my cms and I have a set up like this for my assets. I am trying to figure out with the paths and namespacing how I can access the bootstrap.css ...
0
votes
0answers
21 views
AssetManager LibGLX
I'm just starting to use LibGLX and while searching for a specific class in the tree of the documentation, I found out there was an AssetManager class. So I started using it but I have a problem:
I'm ...
0
votes
1answer
60 views
Nodejs asset management
Evaluating Nodejs and trying to see if it will fit our needs. Coming from a rails world, I have a few unanswered questions despite searching for a long time.
Whats the best way to manage assets with ...
0
votes
1answer
39 views
Random sound onclick button android assets
I want to play random sounds from assets/ folder in my project.
What's wrong with that code? Help me please
Here's my code:
MediaPlayer player;
AssetFileDescriptor descriptor;
private String[] ...
0
votes
2answers
46 views
How to sort files in assets folder?
Here are faced with the problem of sorting files. Choose the files from the folder Asset. How to sort files in ascending?
Here is my code:
//fillGrid
private void fillGridAdapter(int cat) {
...
0
votes
1answer
21 views
Rails assets pipeline issue
I have this piece of code in my css file
<%= asset_path 'dataTables/images/back_enabled.png' %>
But it doesn't get executed. It still remains raw code in browser. What am I missing?
I am ...
1
vote
2answers
39 views
Injecting Files To Template From Controller
I'm trying to figure out how I can with Anthony Male's asset library which is also used for PyroCMS to load certain assets only through controllers to my template.
I have a template that loads ...
0
votes
0answers
40 views
Rails - cannot precompile assets in production
I deployed a Rails app to Amazon EC2, but while deploying I got
find: `/path/to/root/releases/20130514204835/public/stylesheets' (the same for javascripts and images)
Then I've tried to precompile ...
1
vote
2answers
156 views
Laravel 4: how to protect assets folder?
I come from CodeIgniter where files/folders are typically protected this way:
.php files
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
index.html files
...
0
votes
1answer
56 views
Asset is not precompiled in RoR Openshift app
I have a Ruby on Rails OpenShift application (ruby 1.9, Rails Rails 3.2.13), working without problems in development environment. However, when I deploy the application to OpenShift, I get the ...
5
votes
2answers
117 views
Rails: How to override single files from gem assets for assets:precompile? [Solved]
Situation
I use a gem that brings its own JavaScript and stylesheet assets. This gem uses a standard application.js and application.css manifest to require all its assets:
...
0
votes
2answers
45 views
Rails ActionView::Template::Error (google_analytics.js isn't precompiled)
I've decided to use javascript_inlcude_tag 'google_analytics.js' in my templates, avoiding many of the gems that would get it done for me in favor of testing the new Google Analytics "Universal" ...
0
votes
1answer
46 views
webview (assets) doesn't respect the device width
A month ago i did a simple webview that called a web page (php) in which there was this:
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
...
2
votes
1answer
52 views
Use multiple public directories in Sinatra
My sinatra application is contained in a gem. This means that the assets (css/js) live in the gem. This application writes on the fly generated images and serves them; currently writing into and ...
1
vote
2answers
106 views
Large assets in play framework 2.1
I have a huge directory of data (~30GB) which contains files i'd like to serve in my Play application. When I place the directory in the public folder, the application wont finish compiling and will ...
2
votes
1answer
53 views
buildpack independent assets managment on heroku
I'm developing a clojure app to be deployed on heroku and I want my javascript dependencies managment (which version of jquery to use..) and my asset compilation tasks (concat css and minify, upload ...
0
votes
3answers
101 views
Android, can not creating file in SD if does not exist
I have my application working.
I need to create the XML file and directory in the SDCard if they dont exist.
I use this code to get the XML file from Assets
public Document abrirArchivo()
{
...
0
votes
2answers
63 views
How to rewrite absolute assets paths on webserver subdirectory
I'm using absolute paths to reference assets like css, images and javascript files. So in the <head> of index.html I have something like this:
<link href="/assets/css/style.css" ...
0
votes
0answers
77 views
Rails Sass::SyntaxError Undefined variable: “$white” after compiling assets
after making new assets and compile it to production i got the following error in my rails app
i tried
rake assets:clean
and didnt work and made error, then i tried
RAILS_ENV=development ...
0
votes
0answers
43 views
How to debug a Galaxy S Plus
How can I debug a Galaxy S Plus?
Is there a way to setup a AVD for a S Plus ?
I've got a problem with copying the db from assets to data folder. Therefor I'm using the code from reindesign. On my ...
0
votes
2answers
167 views
List of files in assets folder and its subfolders
I am new in Android developing, but I want to know more. I have a some folders with HTML files in it, and all this stuff are in "assets" folder of Android project. I need to show these HTML files from ...


