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

Remove grunt dependency #26

Merged
merged 6 commits into from
Oct 3, 2014
Merged

Remove grunt dependency #26

merged 6 commits into from
Oct 3, 2014

Conversation

rstacruz
Copy link
Contributor

@rstacruz rstacruz commented Oct 3, 2014

Addresses #25.

This also removes the confusing duplicate of src/ractive-adaptors-backbone.js and /ractive-adaptors-backbone.js -- some people send PRs to one but not the other.

  • Removes all grunt-related things. The only functions grunt fulfilled was jshint and uglifyjs compression.
  • Implement jshint checking via npm test.
  • Implement uglifyjs compression via npm run prepublish.
  • Removes src/.

@rstacruz
Copy link
Contributor Author

rstacruz commented Oct 3, 2014

Oh, the con is that we'll need to bump the version in the js file manually now. Not much of a problem, considering we need to bump {bower,component,package}.json manually anyway :) (tip)

rstacruz added a commit that referenced this pull request Oct 3, 2014
@rstacruz rstacruz merged commit 350b1b2 into master Oct 3, 2014
@rstacruz rstacruz deleted the gh-25 branch October 3, 2014 02:23
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.

1 participant