Remove old static folder from plugin package
This commit is contained in:
parent
f261038936
commit
60ab79309e
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ endif
|
|||
ifneq ($(HAS_WEBAPP),)
|
||||
mkdir -p dist/$(PLUGIN_ID)/webapp
|
||||
cp -r webapp/dist dist/$(PLUGIN_ID)/webapp/
|
||||
cp -r webapp/dist/static/* dist/$(PLUGIN_ID)/pack/static/
|
||||
endif
|
||||
cd dist && tar -cvzf $(BUNDLE_NAME) $(PLUGIN_ID)
|
||||
|
||||
|
|
Loading…
Reference in a new issue