From 73c8db01adb569dc6a7d31c314ee112f31b112a2 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 12 Dec 2015 17:17:04 -0600 Subject: [PATCH] chore(sprites): Update readme --- common/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/README.md b/common/README.md index 9d3e1e2a43..c7ecb052a6 100644 --- a/common/README.md +++ b/common/README.md @@ -12,5 +12,5 @@ Shared resources useful for the multiple Habitica repositories, that way all the Because of some wonkiness with Heroku, the spritesheet compilation is not part of the production build process and must be done manually when new images are added by running: ``` bash -grunt compile:sprites +npm run sprites ```