mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Use Ribbon for all products
This commit is contained in:
committed by
Alexey Golubev
parent
ea8988e7a2
commit
1d641e44c7
5
Makefile
5
Makefile
@ -24,11 +24,7 @@ GRUNT_ENV += BUILD_NUMBER=$(BUILD_NUMBER)
|
||||
GRUNT_ENV += APP_COPYRIGHT="$(APP_COPYRIGHT)"
|
||||
GRUNT_ENV += PUBLISHER_URL="$(PUBLISHER_URL)"
|
||||
|
||||
WEBAPPS_DIR ?= web-apps
|
||||
|
||||
ifeq ($(PRODUCT_NAME_LOW),$(filter $(PRODUCT_NAME_LOW),documentserver-de documentserver-ie))
|
||||
WEBAPPS_DIR := web-apps-pro
|
||||
endif
|
||||
|
||||
WEBAPPS = $(OUTPUT)/$(WEBAPPS_DIR)
|
||||
NODE_MODULES = build/node_modules ../$(WEBAPPS_DIR)/build/node_modules
|
||||
@ -56,7 +52,6 @@ $(SDKJS_FILES): $(NODE_MODULES)
|
||||
$(GRUNT_ENV) $(GRUNT) $(GRUNT_FLAGS)
|
||||
|
||||
desktop: GRUNT_FLAGS += --desktop=true
|
||||
desktop: WEBAPPS_DIR = web-apps-pro
|
||||
desktop: all
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user