ui: remove components from compile

This commit is contained in:
Jack Pearkes 2014-06-05 16:28:28 -04:00
parent b18d05353c
commit 937274657b
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ app = [
"javascripts/app/controllers.js",
"javascripts/app/views.js",
"javascripts/app/helpers.js",
"javascripts/app/components.js",
]
libs.each do |js_file|