-
Notifications
You must be signed in to change notification settings - Fork 128
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
Naming issue in DSL #29
Conversation
What "js" are you talking about renaming? I don't like the sound of assetfile. Maybe something else though, I do see the value of not using JSFile. But don't use the DSL, So that's just like my opinion man. |
Here's the "js" I'm talking about renaming: https://github.com/42dev/bower-rails/blob/master/lib/bower-rails/dsl.rb#L43. It was about that calling I find using DSL a good practice: at least it is more familiar for Ruby developers as it is Bundler-like. I can suggest |
I like Bowerfile a lot. I'd be fine with changing the method names and file names if other DSL users are. |
All right, then I'll try to add commits to this issue. |
I think, it would be great if we add a Changelog after releasing a new version |
Sounds good to me.
|
Will you do that or I should? |
Can you include it in your pull request?
|
Done
|
Cool. Thanks for doing that. Sorry It took me a while to respond just now, you know sleep and all. I'll get this pushed up to ruby gems post haste. |
I have a remark/suggestion.
Bower is not JavaScript specific. Packages can contain JavaScript, CSS, images etc. So my suggestion is: rename
Jsfile
toAssetfile
andjs
method toasset
. The method syntax gonna be the same as for js libraries also for css ones.If you agree I'll be back soon with my commit.