node-spritesheet
node-spritesheet copied to clipboard
stopped grunt from executing during install
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.
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: : (
yeah I agree
Thank you for this @trevorah. I merged your changes into our branch, and it's working great!
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