Add start of theme
This commit is contained in:
parent
98bc7fd715
commit
bea6553cd8
22 changed files with 714 additions and 5 deletions
scripts/development
9
scripts/development/theme-build-dev.sh
Executable file
9
scripts/development/theme-build-dev.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
. $(dirname "$0")/common.sh
|
||||
|
||||
cd $theme_path
|
||||
|
||||
npm run development
|
Loading…
Add table
Add a link
Reference in a new issue