Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespacing based on relative file path #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SebastianEdwards
Copy link

Added namespacing feature to barista. Based somewhat off this blog post: http://topsecretproject.finitestatemachine.com/2010/04/how-to-organizing-javascript-in-ruby-on-rails/

Puts an object wrapper around the compiled output which is then called from JS outputted by a helper method.

Supports controller and action level granularity Ie. 'pages/pages.coffee' will run on all actions in pages controller whilst 'pages/home.coffee' will run only on 'pages#home' action. Support namespaced controllers such as 'devise/registrations/new.coffee'.

The idea is that you can combine this with something like rack-pagespeed to minify and combine your javascript's into one file so you have only one HTTP request but still have granular control over which code runs without having to manage namespaces inside the .coffee files yourself.

Added helper and commented config setting
@ghost ghost assigned Sutto Jun 2, 2011
@Sutto
Copy link
Owner

Sutto commented Sep 3, 2011

Would it be possible to get some docs added to the README file to document it's usage in a bit more detail if possible? With that done, I'll be happy to merge it in (and sorry for taking so long to get back to you)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants