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

why not use grunt for building #3

Closed
leecade opened this issue Aug 21, 2013 · 2 comments
Closed

why not use grunt for building #3

leecade opened this issue Aug 21, 2013 · 2 comments

Comments

@leecade
Copy link

leecade commented Aug 21, 2013

No description provided.

@kbariotis
Copy link

definitely you need Grunt. I am having problems implementing it in Windows, through make.

(also https://github.com/gravityonmars/nodejs-starter/blob/master/bin/njs-install#L24 there is a typo here, didn't want to open an issue for it.)

@cristiandouce
Copy link
Collaborator

There is no need for Grunt. Why would you use Grunt?

Sorry. We won't use it.

In windows for development install do:

$ npm install
$ node bin/njs-install
$ set NODE_PATH=lib
$ node index.js

Or better yet if you have component installed globally:

$ npm install
$ component install
$ set NODE_PATH=lib
$ node index.js

Better documentation coming soon.

Thanks for the typo alert! Already fixed via 8d85dc0.

Please try again in windows with the steps provided and open an issue in case the problem continues!

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

No branches or pull requests

3 participants