Skip to content

Commit

Permalink
move external js&css into vendor/assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed May 20, 2011
1 parent c58ef00 commit 8ea6b92
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js
@@ -1,2 +1,4 @@
//= require jquery_ujs
//= require jquery.cookie
//= require jquery.growl
//= require_tree .
2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.css
@@ -1,5 +1,7 @@
/*
* FIXME: Introduce SCSS & Sprockets
*= require jquery.growl
*= require lessframework
*= require_self
*= require_tree .
*/
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8ea6b92

Please sign in to comment.