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

Added better support for usage outside of rails (i.e. Middleman) #34

Merged
merged 1 commit into from
Jan 27, 2014

Conversation

gionkunz
Copy link

I'm testing for Rails and Sprockets support and only registering the Engine if Rails is available. If sprockets is there the javascripts path gets registered. This way they can be included in js files using //= require 'angular.js'

@@ -16,3 +16,4 @@ spec/reports
test/tmp
test/version_tmp
tmp
/.idea
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added jetbrains IDE settings to git ignore

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Editor specific ignores should probably go into your personal global gitignore.

hiravgandhi added a commit that referenced this pull request Jan 27, 2014
Added better support for usage outside of rails (i.e. Middleman)
@hiravgandhi hiravgandhi merged commit 27bf075 into hiravgandhi:master Jan 27, 2014
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.

3 participants