node-spritesheet icon indicating copy to clipboard operation
node-spritesheet copied to clipboard

stopped grunt from executing during install

Open trevorah opened this issue 10 years ago • 4 comments

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.

trevorah avatar Mar 28 '14 14:03 trevorah

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 :-1: : (

hems avatar May 28 '14 16:05 hems

yeah I agree

stefanoortisi avatar May 30 '14 15:05 stefanoortisi

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

stevenyxu avatar Sep 12 '14 18:09 stevenyxu

No problem!

On Fri, Sep 12, 2014 at 7:40 PM, Steven Xu [email protected] 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: https://github.com/richardbutler/node-spritesheet/pull/48#issuecomment-55443703

trevorah avatar Sep 12 '14 18:09 trevorah