search for: modernizr

Displaying 1 result from an estimated 1 matches for "modernizr".

Did you mean: modernize
2012 Aug 29
7
custom js in rails project
...; "all" %> <%= javascript_include_tag ''foundation.min.js'' %> <%= javascript_include_tag ''app.js'' %> <%= javascript_include_tag ''jquery.foundation.navigation.js'' %> <%= javascript_include_tag ''modernizr.foundation.js'' %> <%= javascript_include_tag ''mijs.js'' %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html> My scripts are in assets/javascripts. And the css works fine, but the js not. I google how...