The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
16 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
14 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
39 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
17 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 ...
0
votes
1answer
30 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
24 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
33 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
0answers
4 views

Best approach to loading assets from CDN, minifying and combining across multiple environments

I've got an application with 4 environments (dev, testing, internal (for company use only), and production) using git. I spent a week scrutinizing page load speeds on my app and looking at the best ...
0
votes
1answer
30 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 ...
0
votes
0answers
10 views

Rails 3.2: How to override single files from gem assets for assets:precompile?

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
16 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" ...
-1
votes
0answers
43 views

simple android mediaplayer with progress bar [closed]

I need code for a simple media player android app that loads the music files from asset directory with play,pause,next , previous and with progress bar options. i have a code but it has problem in ...
0
votes
1answer
27 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
0answers
26 views

Assets For CI Template

I have come to the confusion I need a asset library for my codeigniter project. There's so many I don't know which would really fit my needs and hoping I could get a few suggestions on which route to ...
2
votes
1answer
28 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
81 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 ...
1
vote
1answer
32 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
56 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
41 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
38 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
29 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
77 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 ...
0
votes
1answer
71 views

Laravel 3.x Assets: how to include an external url

I'm trying to include a google CDN jquery link into the Laravel Assets container but the link is being concatenated to my site address, like this: <script ...
0
votes
1answer
16 views

jQuery null or found within application browser window

I have a windows application that displays non RTF content in a WebBrowser control in the application but upon visiting the URL I am receiving the following error: The value of the property 'jQuery' ...
0
votes
2answers
60 views

Sinatra static assets empty

I have a Sinatra app in a Rails app that serves a static asset from a directory. The app is mounted in the Rails routes like this: mount BeanstalkdView::Server, :at => "/beanstalk" When I run ...
0
votes
0answers
36 views

Uploading Flash SWF online that calls in external assets

Hi I have a character select menu I made in Flash using AS3. It populates the menu using images I have in an assets folder through XML. I'm externalizing everything and using XML so I can easily ...
0
votes
1answer
25 views

Hard coded image size vs dynamic set of image size for a browser game framework?

I would like to know what are the cons and the pros of having a framework where (A) you set the image like this: var image = new Image("path", width, height); and the width and height is hardcoded. ...
0
votes
1answer
38 views

heroku connection refused at precompile with initialize_on_precompile = true

I got this error could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? At precompilation, I know that ...
0
votes
0answers
18 views

Rails precompile constant uninitialized

I wanted to preload the configuration (from ".yml" files). In one of my initializer files (config/initializers/facebook.rb) I have following line of code: FACEBOOK_CONFIG = ...
0
votes
0answers
22 views

Rewriting public assets to omit file extension

For the sake of formality, I want to trim my asset URIs so that file extensions are omitted. For example, if I request /resources/stylesheets/common, Apache will return ...
0
votes
1answer
33 views

clientScript package with conditional comment

Having searched around quite a bit to no avail I'm wondering if there is a way to assign JS and CSS files to a package with a conditional statement (i.e. <!--[if lte ie 7]>). I would want ...
0
votes
1answer
75 views

Yii clientScript/assetManager issue when registering/rendering package

I am having an issue with the clientScript and assetManager. I'm publishing a directory of files and then adding a package which I later register. The package gets added just fine but when it gets ...
0
votes
1answer
21 views

Rails how to serve .pde asset files

I have in my .html file: <%= javascript_include_tag "processing-1.4.1.min" %> <canvas data-processing-sources="/assets/pjs/my.pde"></canvas> and the asset lies exactly there: ...
0
votes
1answer
40 views

Trouble reading an XML file in Android

I'm trying to parse an XML file thru a DOM parser. However, I am having difficulty in getting my Main Activity to actually read the file. I've read that I should place the file in Assets and then ...
0
votes
0answers
38 views

Heroku deployment issue - Javascript problems?

I am having problems finding the error in my Heroku log: http://pastebin.com/0P1NsD0S . I have followed this guide : https://devcenter.heroku.com/articles/rails-asset-pipeline to compile my assets, ...
0
votes
3answers
37 views

Make image available from every url, rails

I wish to put an image in my application.html.erb file so that it appears on every page. The image is in public/legend.jpg and the code in my application.html.erb is: <img src="legend.jpg"/> ...
0
votes
0answers
50 views

How to refence S3 images on rails app with the Assets Sync gem?

I'm using the Assets Sync to upload the assets to the S3 on deploy. All the assets are uploaded correctly and stored on S3. The js, css, fonts used in the app are pointing to the S3, except the ...
0
votes
1answer
25 views

Dublication assets files

In my rails application I use two interfaces(for user and admin). Assets directory separated too(assets and admin/assets) Today I need to implement same assets for both interfaces. How I can do this ...
-2
votes
1answer
64 views

Heroku rails deploy error on assets precompile

I got this error when trying to deploy a rails app on heroku Running: rake assets:precompile rake aborted! getaddrinfo: Name or service not known ...
1
vote
1answer
61 views

Serving assets is very slow in development

I have a standart rails 3 webapp with the default asset pipeline. All of a sudden, the assets took a very long time to load (my page loads went to ~1-2secs to ~1min). The server response time (/home) ...
0
votes
2answers
31 views

Trying to load js files in my website

I'm trying to load the js files inside the directory /public_html/javascript/ but it gives a 404 error, i checked the permissions of the directory and files and it seems to be all right. I have ...
1
vote
1answer
47 views

How can I force my assets to recompile when using the Moovweb SDK?

I have a local server running and I'm making changes to the .scss files in the stylesheets directory. I'm doing a hard-refresh in my browser, but my changes aren't showing up. I know Moovweb uses ...
0
votes
1answer
79 views

Get path to CGridView images from external javascript

I have an external js file, where I manually add a row to the table generated by CGridView. My question is how to pass the path to the images in CButtonColumn (like the update or delete button)? I ...
0
votes
1answer
49 views

Error syncing .less files when I push to Heroku app using asset_sync gem?

I have a Rails 3.2.12 app and I was trying to sync my assets using an Amazon S3 bucket and the asset_sync gem for my Heroku app. I've looked on the whole github issues tracker and here on SO, but ...
0
votes
0answers
116 views

Android Developer Tools: exclude asset files (php) from apk build

I've a mobile website from which I build a phonegap app for android. Unter assets\www I've put the website files that also includes some server side PHP scripts. That works pretty well. My question ...
1
vote
1answer
76 views

Rails 3 ActionView::Template::Error (application.css isn't precompiled) in DEV Environment

I just clone my repo into my server and created a vhost for it. However I keep getting: ActionView::Template::Error (application.css isn't precompiled): I already executed RAILS_ENV=development ...
1
vote
1answer
164 views

load Image from assets folder to ImageView loses transparency

I hope someone can help me with this issue. I'm loading Bitmaps from the assets folder and displaying them afterwards. So far so good, and everything works pretty well except that all of my pictures ...
0
votes
1answer
315 views

how to fetch data from database sored in assets folder in android

I had created my database using SQLite database browser and stored it in to assets folder in my project. When I'm trying to fetch data from that folder its showing error 03-28 01:07:39.840: ...
0
votes
1answer
52 views

What's the best practice to deploy localized documents in Android app?

I would like to deploy multilingual documents in my Android app directly inside my apk in order to access them offline. Documents placed in the raw directory can do that but I can't keep any folder ...
0
votes
1answer
37 views

Wich place is best to put my javascripts in ROR

My application structure looks like this myapp app/assets/javascripts/admin/admin.js app/controllers/admin/admin_controller.rb app/views/admin/new.html.haml app/views/admin/new.js.haml I am ...

1 2 3 4 5 13