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

Gitignore fixtures and dist/commonjs. #7

Merged
merged 1 commit into from
Jul 10, 2014

Conversation

cirosantilli
Copy link
Contributor

Fixes #1.

Gitignores:

  • fixtures: pretty sure it should be ignored
  • dist/commonjs. Please confirm. I imagine it should because only dist/octokat.js needs to be Git tracked for bower, while the CommonJS targets NPM Nodejs users.

This requires the addition of a .npmignore so that NPM won't use the .gitignore which would ignore dist/commonjs/. package.json is never ignored, so * works.

Tested locally with npm install -g . and worked.

philschatz added a commit that referenced this pull request Jul 10, 2014
Gitignore fixtures and dist/commonjs.
@philschatz philschatz merged commit 070f4f3 into philschatz:master Jul 10, 2014
@cirosantilli cirosantilli deleted the gitignore branch July 10, 2014 16:28
sanemat added a commit to sanemat/octokat.js that referenced this pull request Aug 22, 2015
related:
ReferenceError: Can't find variable: Mocha when running test Issue philschatz#7
nathanboktae/mocha-phantomjs-core
nathanboktae/mocha-phantomjs-core#7
sanemat added a commit to sanemat/octokat.js that referenced this pull request Aug 22, 2015
related:
ReferenceError: Can't find variable: Mocha when running test Issue philschatz#7
nathanboktae/mocha-phantomjs-core
nathanboktae/mocha-phantomjs-core#7
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.

Gitignore or git add and grunt clean generated / modified files.
2 participants