Skip to content

Commit

Permalink
Rename deps to components
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Teinum committed Apr 25, 2013
1 parent 0e75359 commit 12714bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions frontend/main.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ requirejs.config {
paths: { paths: {
jquery: '//code.jquery.com/jquery-1.9.1.min' jquery: '//code.jquery.com/jquery-1.9.1.min'
bootstrap: '//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min' bootstrap: '//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min'
backbone: 'deps/backbone' backbone: 'components/backbone'
underscore: '//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min' underscore: '//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min'
socketio: '//localhost:4563/socket.io/socket.io' socketio: '//localhost:4563/socket.io/socket.io'
jed: 'deps/jed' jed: 'components/jed'
} }
shim: { shim: {
'bootstrap': { 'bootstrap': {
Expand Down
4 changes: 2 additions & 2 deletions frontend/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12714bd

Please sign in to comment.