web-apps/build/sprites.sh
2019-11-29 18:55:02 +03:00

7 lines
53 B
Bash

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