Renamed components to lib in the JS project, as Ember has components and they mean something different.

This commit is contained in:
Robin Ward
2013-10-24 12:36:46 -04:00
parent 3909f93a7e
commit 9adcd1579d
41 changed files with 15 additions and 10 deletions

View File

@@ -2,6 +2,9 @@
"app/assets/javascripts/discourse/components/*.js": {
"command": "dcomponent"
},
"app/assets/javascripts/discourse/lib/*.js": {
"command": "dlib"
},
"app/assets/javascripts/discourse/routes/*.js": {
"command": "droute"
},