Created
September 26, 2012 04:40
-
-
Save j-mcnally/3786081 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| justin-dev:app justin$ find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' | |
| . | |
| |____client | |
| | |____config | |
| | | |____bootstrap.coffee | |
| | |____controllers | |
| | | |____applicationController.coffee | |
| | | |____blogsController.coffee | |
| | | |____contactsController.coffee | |
| | | |____culturesController.coffee | |
| | | |____homesController.coffee | |
| | | |____legalsController.coffee | |
| | | |____teamsController.coffee | |
| | | |____worksController.coffee | |
| | |____stylesheets | |
| | | |_____accordion.scss | |
| | | |_____alerts.scss | |
| | | |_____blog.scss | |
| | | |_____breadcrumbs.scss | |
| | | |_____button-groups.scss | |
| | | |_____buttons.scss | |
| | | |_____carousel.scss | |
| | | |_____close.scss | |
| | | |_____code.scss | |
| | | |_____component-animations.scss | |
| | | |_____contact.scss | |
| | | |_____culture.scss | |
| | | |_____dropdowns.scss | |
| | | |_____expertise.scss | |
| | | |_____forms.scss | |
| | | |_____grid.scss | |
| | | |_____hero-unit.scss | |
| | | |_____labels-badges.scss | |
| | | |_____layouts.scss | |
| | | |_____mixins.scss | |
| | | |_____modals.scss | |
| | | |_____navbar.scss | |
| | | |_____navs.scss | |
| | | |_____pager.scss | |
| | | |_____pagination.scss | |
| | | |_____popovers.scss | |
| | | |_____progress-bars.scss | |
| | | |_____reset.scss | |
| | | |_____responsive-1200px-min.scss | |
| | | |_____responsive-767px-max.scss | |
| | | |_____responsive-768px-979px.scss | |
| | | |_____responsive-navbar.scss | |
| | | |_____responsive-utilities.scss | |
| | | |_____scaffolding.scss | |
| | | |_____sprites.scss | |
| | | |_____tables.scss | |
| | | |_____team.scss | |
| | | |_____thumbnails.scss | |
| | | |_____tooltip.scss | |
| | | |_____type.scss | |
| | | |_____utilities.scss | |
| | | |_____variables.scss | |
| | | |_____wells.scss | |
| | | |_____work.scss | |
| | | |____application.scss | |
| | |____views | |
| | | |____blogs | |
| | | | |____form.coffee | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| | | |____contacts | |
| | | | |____form.coffee | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| | | |____culture | |
| | | | |____form.coffee | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| | | |____culturues | |
| | | | |____form.coffee | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| | | |____homes | |
| | | | |____form.coffee | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| | | |____layouts | |
| | | | |____application.coffee | |
| | | |____shared | |
| | | | |____Select.coffee | |
| | | | |____TextArea.coffee | |
| | | | |____TextField.coffee | |
| | | |____teams | |
| | | | |____form.coffee | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| | | |____works | |
| | | | |____form.coffee | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| |____config | |
| | |____client | |
| | | |____bootstrap.coffee | |
| | | |____watch.coffee | |
| | |____server | |
| | | |____assets.coffee | |
| | | |____bootstrap.coffee | |
| | | |____credentials.coffee | |
| | | |____databases.coffee | |
| | | |____environments | |
| | | | |____development.coffee | |
| | | | |____production.coffee | |
| | | | |____test.coffee | |
| | | |____initializers | |
| | | | |____behance.coffee | |
| | | | |____ck.coffee | |
| | | | |____foursquare.coffee | |
| | | | |____highrise.coffee | |
| | | | |____twitter.coffee | |
| | | |____session.coffee | |
| | |____shared | |
| | | |____application.coffee | |
| | | |____locales | |
| | | | |____en.coffee | |
| | | |____routes.coffee | |
| |____controllers | |
| | |____api | |
| | | |____behanceController.coffee | |
| | | |____foursquareController.coffee | |
| | | |____highriseController.coffee | |
| | | |____twitter | |
| | | | |____listsController.coffee | |
| | | |____twitterController.coffee | |
| | |____apiController.coffee | |
| | |____applicationController.coffee | |
| | |____blogsController.coffee | |
| | |____contactsController.coffee | |
| | |____culturesController.coffee | |
| | |____homesController.coffee | |
| | |____legalsController.coffee | |
| | |____teamsController.coffee | |
| | |____worksController.coffee | |
| |____helpers | |
| | |____coffeecup-helpers.coffee | |
| | |____myhelpers.coffee | |
| |____models | |
| | |____client | |
| | | |____highrise_person.coffee | |
| | |____shared | |
| |____templates | |
| | |____shared | |
| | | |____blogs | |
| | | | |_____form.coffee | |
| | | | |_____item.coffee | |
| | | | |_____list.coffee | |
| | | | |_____table.coffee | |
| | | | |____edit.coffee | |
| | | | |____index.coffee | |
| | | | |____new.coffee | |
| | | | |____show.coffee | |
| | | |____contacts | |
| | | | |____edit.coffee | |
| | | | |____index.coffee | |
| | | |____cultures | |
| | | | |____index.coffee | |
| | | | |____show.coffee | |
| | | |____homes | |
| | | | |_____form.coffee | |
| | | | |_____item.coffee | |
| | | | |_____list.coffee | |
| | | | |_____table.coffee | |
| | | | |____edit.coffee | |
| | | | |____index.coffee | |
| | | | |____new.coffee | |
| | | | |____show.coffee | |
| | | |____layout | |
| | | | |____application.coffee | |
| | | |____shared | |
| | | | |_____body.coffee | |
| | | | |_____flash.coffee | |
| | | | |_____footer.coffee | |
| | | | |_____header.coffee | |
| | | | |_____meta.coffee | |
| | | | |_____navigation.coffee | |
| | | | |_____sidebar.coffee | |
| | | |____teams | |
| | | | |_____form.coffee | |
| | | | |_____item.coffee | |
| | | | |_____list.coffee | |
| | | | |_____table.coffee | |
| | | | |____edit.coffee | |
| | | | |____index.coffee | |
| | | | |____new.coffee | |
| | | | |____show.coffee | |
| | | |____welcome.coffee | |
| | | |____works | |
| | | | |_____form.coffee | |
| | | | |_____item.coffee | |
| | | | |_____list.coffee | |
| | | | |_____table.coffee | |
| | | | |____edit.coffee | |
| | | | |____index.coffee | |
| | | | |____new.coffee | |
| | | | |____show.coffee |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment