From 90aa278014eb08c201287a7b5e62e6b7c2f2dbb6 Mon Sep 17 00:00:00 2001 From: underscorediscovery Date: Thu, 12 Sep 2013 20:01:55 -0230 Subject: [PATCH] Adding luxe serve command for opening the html5 build in a local server --- run.n | Bin 74831 -> 74833 bytes script/src/RunScript.hx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/run.n b/run.n index 0843b496bcbc7609333b52f03c9250a1ff601e32..f292d5eeacf95d6f9f4ce538e86b3010d1a0d2c1 100644 GIT binary patch delta 27 jcmX?qg5}}~mJP4j7z-!AVe?~BP-wPd-)_auC@Kp8qtOXa delta 24 gcmcb3g5~@PmJP4j81pB;Ve@OYVc%}U&L}Di0E@s05C8xG diff --git a/script/src/RunScript.hx b/script/src/RunScript.hx index c185ff137..252bd40a4 100644 --- a/script/src/RunScript.hx +++ b/script/src/RunScript.hx @@ -157,7 +157,7 @@ class RunScript { Sys.println(" commands : "); Sys.println("\ttest \n\t Build and run"); Sys.println("\tbuild \n\t Build"); - Sys.println("\tserve \n\t This is for html5 target, launches a server and opens the page. \n\ti.e luxe build html5 && luxe serve"); + Sys.println("\tserve \n\t This is for html5 target, launches a server and opens the page. \n\t i.e luxe build html5 && luxe serve"); #if pathtools Sys.println("\tcreate \n\t Create a copy of inside present working directory");