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

stopped grunt from executing during install #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trevorah
Copy link

Instead of generating the lib/*.js javascript from the src/*.coffee files during install, they are generated before this package is published. This means that installation is a little quicker and simpler for all users and is recommended by npm.

As a bonus, grunt and its plugins are just dev dependencies. Also, unlike #40, the generated lib/*.js files do not need to be checked in.

@hems
Copy link

hems commented May 28, 2014

yeah that is a show stopper. just used now a library that dependes on node-spritesheet and my installation failed cause i don't have grunt installed.

not cool 👎 : (

@stefanoortisi
Copy link

yeah I agree

@stevenyxu
Copy link

Thank you for this @trevorah. I merged your changes into our branch, and it's working great!

@trevorah
Copy link
Author

No problem!

On Fri, Sep 12, 2014 at 7:40 PM, Steven Xu notifications@github.com
wrote:

Thank you for this @trevorah. I merged your changes into our branch, and it's working great!

Reply to this email directly or view it on GitHub:
#48 (comment)

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.

None yet

4 participants