Skip to content

Commit

Permalink
Merge pull request #4074 from camptocamp/fix_serve_mobile
Browse files Browse the repository at this point in the history
Fix serve mobile
  • Loading branch information
ger-benjamin committed Jul 30, 2018
2 parents 5057f98 + 8c9026c commit 92238cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ serve-gmf-apps-desktopalt: .build/node_modules.timestamp $(FONTAWESOME_WEBFONT)

.PHONY: serve-gmf-apps-mobile
serve-gmf-apps-mobile: .build/node_modules.timestamp $(FONTAWESOME_WEBFONT) $(ANGULAR_LOCALES_FILES)
APP=mobile npm THEME=mobile run serve-gmf-apps
APP=mobile THEME=mobile npm run serve-gmf-apps

.PHONY: serve-gmf-apps-mobilealt
serve-gmf-apps-mobilealt: .build/node_modules.timestamp $(FONTAWESOME_WEBFONT) $(ANGULAR_LOCALES_FILES)
Expand Down

0 comments on commit 92238cf

Please sign in to comment.