Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Managing Front-End Dependencies with Bower #158

Merged
merged 3 commits into from
Oct 7, 2014
Merged

Managing Front-End Dependencies with Bower #158

merged 3 commits into from
Oct 7, 2014

Conversation

clintonb
Copy link
Contributor

@clintonb clintonb commented Oct 7, 2014

Review and merge #121 first. Replaces #156

  • Replaced most of the libraries in vendor with bower components.
  • Removed duplicate shims from spec-runner.

@rocha
Copy link
Contributor

rocha commented Oct 7, 2014

So much red! Nice. My favorite kind of Pull Request.

@@ -0,0 +1,20 @@
#!/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: Use #!/usr/bin/env bash instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why the switch? I have never seen your recommended shebang line.

Copy link
Contributor

Choose a reason for hiding this comment

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

You haven't seen it because you probably haven't been exposed to many
flavors of linux/unix systems.

Some linux/unix distributions/releases don't use bash as the default
shell, or have different locations for bash (/bin/bash,
/usr/bin/bash, etc). env however is almost always located at
/usr/bin/env.

On Tue, Oct 7, 2014 at 1:05 PM, Clinton Blackburn notifications@github.com
wrote:

In bower-post-install.sh:

@@ -0,0 +1,20 @@
+#!/bin/bash

Why the switch? I have never seen your recommended shebang line.


Reply to this email directly or view it on GitHub
https://github.com/edx/edx-analytics-dashboard/pull/158/files#r18533448.

Carlos Andrés Rocha
www.edx.org

@rocha
Copy link
Contributor

rocha commented Oct 7, 2014

Travis is failing. Apart from a couple of minor things, it looks good to me.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling aaa427d on more-bower into 61970b2 on l10n.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling aaa427d on more-bower into 61970b2 on l10n.

clintonb added a commit that referenced this pull request Oct 7, 2014
Managing Front-End Dependencies with Bower
@clintonb clintonb merged commit 30fdd37 into l10n Oct 7, 2014
@clintonb clintonb deleted the more-bower branch October 7, 2014 19:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants