Skip to content

stopped grunt from executing during install#48

Open
trevorah wants to merge 1 commit into
richardbutler:masterfrom
trevorah:gruntless-install
Open

stopped grunt from executing during install#48
trevorah wants to merge 1 commit into
richardbutler:masterfrom
trevorah:gruntless-install

Conversation

@trevorah
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

yeah I agree

@stevenyxu
Copy link
Copy Markdown

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

@trevorah
Copy link
Copy Markdown
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.

4 participants