Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Feature/browserify ify #100

Merged
merged 3 commits into from
Apr 28, 2015
Merged

Conversation

jmcarp
Copy link
Contributor

@jmcarp jmcarp commented Apr 28, 2015

Solves the same problem as #97, but moves more dependencies (jquery and typeahead) into browserify and out of source control / CDNs. I tested this manually and everything looks fine to me, but could use review from @msecret or @noahmanger.

module.exports = accordion;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was the export removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm a little confused about this one, but it looks like GitHub is displaying the diff wrong. I didn't delete that line, but it's showing up as deleted anyway. Check out the modified file at https://github.com/jmcarp/openFEC-web-app/blob/feature/browserify-ify/static/js/modules/accordion.js. It has that line intact.

msecret pushed a commit that referenced this pull request Apr 28, 2015
@msecret msecret merged commit 6c503b7 into fecgov:develop Apr 28, 2015
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

2 participants