web-apps/build/sprites.sh

7 lines
53 B
Bash
Raw Normal View History

#! /bin/bash
pushd ./sprites
npm install
grunt
popd