mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[build] script to build sprites for develop
This commit is contained in:
6
build/sprites.sh
Normal file
6
build/sprites.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
pushd ./sprites
|
||||
npm install
|
||||
grunt
|
||||
popd
|
||||
Reference in New Issue
Block a user