search for: mycss

Displaying 3 results from an estimated 3 matches for "mycss".

Did you mean: mybss
2012 Nov 21
0
What to use //= require_tree or js,css incude tag in application.erb ?
....js and .css application file in application.erb . Is including in application.erb, did all .js and .css file are included in application.erb or not ? If yes , than why we include each .js and .css one more time in application.erb ? Example Assume that i make myjs.js and mycss.css and put them respectively in asset folder. ##############application.erb###################### <%= stylesheet_link_tag "application", :media => "all" %> <%= stylesheet_link_tag "mycss" %># is i have to include it here or above l...
2012 Jan 05
6
assest pipeline how to exclude some css files?
In my assets I have intranet |_1.css.scss |_2.css.scss internet |_1.css.csss application.css application_internet.css application_intranet.css 1.css.scss 2.css.scss 3.css.scss intranet and internet are directories. In my layout I want to exclude the files under internet and intranet. I have created application_internet.css /* * application-internet.css * *= require_self *=
2006 Jan 14
14
Javascript/AJAX Debugging
Hello ! I''m trying to implement something similar to the "multiple updates" section of the Web2.0 chapter of the Agile book. I implemented my version, and nothing is happening. No javascript errors, my logs look fine, page is rendered fine... just no Effect.Highlight. Here is the code: views/causes/cause_home/index.rhtml =============== <%= form_remote_tag(:complete =>