Browse Source

chore(Makefile): add alwaysontop.js to Makefile

master
hristoterezov 7 years ago
parent
commit
3b35bbd5cf
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Makefile

+ 2
- 0
Makefile View File

33
 		$(BUILD_DIR)/external_api.min.map \
33
 		$(BUILD_DIR)/external_api.min.map \
34
 		$(BUILD_DIR)/device_selection_popup_bundle.min.js \
34
 		$(BUILD_DIR)/device_selection_popup_bundle.min.js \
35
 		$(BUILD_DIR)/device_selection_popup_bundle.min.map \
35
 		$(BUILD_DIR)/device_selection_popup_bundle.min.map \
36
+		$(BUILD_DIR)/alwaysontop.min.js \
37
+		$(BUILD_DIR)/alwaysontop.min.map \
36
 		$(OUTPUT_DIR)/analytics.js \
38
 		$(OUTPUT_DIR)/analytics.js \
37
 		$(DEPLOY_DIR)
39
 		$(DEPLOY_DIR)
38
 
40
 

Loading…
Cancel
Save