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

Bug 923816 - Initial firefox launcher executable #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lightsofapollo
Copy link
Member

No description provided.


node_modules:
npm install

Copy link

Choose a reason for hiding this comment

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

use:

NPM_INSTALLED_PROGRAMS = node_modules/.bin/mocha
$(NPM_INSTALLED_PROGRAMS): package.json
    npm install
    touch $(NPM_INSTALLED_PROGRAMS)

test: node_modules/.bin/mocha
  ./node_modules/.bin/mocha ....

@julienw
Copy link

julienw commented Oct 26, 2013

I don't understand all of this (eg: is it really generic/useful enough to warrant a module just for this ?) but I've put some comments

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.

2 participants