mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 18:27:21 +02:00
Move all files under frontend directory.
This commit is contained in:
parent
92b45b2d05
commit
e21798f1ed
603 changed files with 10 additions and 31 deletions
9
frontend/scripts/dist
Executable file
9
frontend/scripts/dist
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
SCRIPT=$(readlink -f $0)
|
||||
SCRIPTPATH=`dirname $SCRIPT`
|
||||
|
||||
NODE_ENV=production gulp dist
|
||||
$SCRIPTPATH/dist-main
|
||||
$SCRIPTPATH/dist-view
|
||||
$SCRIPTPATH/dist-worker
|
Loading…
Add table
Add a link
Reference in a new issue